diff options
Diffstat (limited to 'arch/mips/kernel/cacheinfo.c')
-rw-r--r-- | arch/mips/kernel/cacheinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/cacheinfo.c b/arch/mips/kernel/cacheinfo.c index e0dd66881da6..f777e44653d5 100644 --- a/arch/mips/kernel/cacheinfo.c +++ b/arch/mips/kernel/cacheinfo.c | |||
@@ -69,6 +69,8 @@ static int __populate_cache_leaves(unsigned int cpu) | |||
69 | if (c->tcache.waysize) | 69 | if (c->tcache.waysize) |
70 | populate_cache(tcache, this_leaf, 3, CACHE_TYPE_UNIFIED); | 70 | populate_cache(tcache, this_leaf, 3, CACHE_TYPE_UNIFIED); |
71 | 71 | ||
72 | this_cpu_ci->cpu_map_populated = true; | ||
73 | |||
72 | return 0; | 74 | return 0; |
73 | } | 75 | } |
74 | 76 | ||