diff options
author | David S. Miller <davem@davemloft.net> | 2019-08-06 21:44:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-06 21:44:57 -0400 |
commit | 13dfb3fa494361ea9a5950f27c9cd8b06d28c04f (patch) | |
tree | 1bf30874f57c6c6b21160a10282191fcd0868055 /arch/mips/kernel/cacheinfo.c | |
parent | 05bb520376af2c5146d3c44832c22ec3bb54d778 (diff) | |
parent | 33920f1ec5bf47c5c0a1d2113989bdd9dfb3fae9 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Just minor overlapping changes in the conflicts here.
Signed-off-by: David S. Miller <davem@davemloft.net>
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 | ||