commit | b7fb9e6a48b13e1edea1f0b1f00a45defd7c9e0e | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Fri Mar 08 15:30:01 2013 +0000 |
committer | James Hogan <james.hogan@imgtec.com> | Fri Mar 15 13:21:18 2013 +0000 |
tree | 279e329edece96a6d843147f79b4a26c4046f3b5 | |
parent | 4d8edbfefb630559220939ad5a3bdd8a75190cc3 [diff] |
metag: cachepart: fix get_global_dcache_size() typo Compilation is broken when the kernel is destined to live in the global part of the virtual address space: arch/metag/kernel/cachepart.c In function 'get_thread_cache_size': arch/metag/kernel/cachepart.c +71 : error: implicit declaration of function 'get_global_dache_size' Fix the typo. Signed-off-by: James Hogan <james.hogan@imgtec.com>