aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/metag/kernel/cachepart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/metag/kernel/cachepart.c b/arch/metag/kernel/cachepart.c
index c737edb5b2d5..954548b1bea8 100644
--- a/arch/metag/kernel/cachepart.c
+++ b/arch/metag/kernel/cachepart.c
@@ -67,7 +67,7 @@ static unsigned int get_thread_cache_size(unsigned int cache, int thread_id)
67 return 0; 67 return 0;
68#if PAGE_OFFSET >= LINGLOBAL_BASE 68#if PAGE_OFFSET >= LINGLOBAL_BASE
69 /* Checking for global cache */ 69 /* Checking for global cache */
70 cache_size = (cache == DCACHE ? get_global_dache_size() : 70 cache_size = (cache == DCACHE ? get_global_dcache_size() :
71 get_global_icache_size()); 71 get_global_icache_size());
72 offset = 8; 72 offset = 8;
73#else 73#else