diff options
Diffstat (limited to 'arch/mips/kernel/traps.c')
| -rw-r--r-- | arch/mips/kernel/traps.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 2a7b38ed23f0..e207a43b5f8f 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
| @@ -2130,10 +2130,10 @@ void per_cpu_trap_init(bool is_boot_cpu) | |||
| 2130 | BUG_ON(current->mm); | 2130 | BUG_ON(current->mm); |
| 2131 | enter_lazy_tlb(&init_mm, current); | 2131 | enter_lazy_tlb(&init_mm, current); |
| 2132 | 2132 | ||
| 2133 | /* Boot CPU's cache setup in setup_arch(). */ | 2133 | /* Boot CPU's cache setup in setup_arch(). */ |
| 2134 | if (!is_boot_cpu) | 2134 | if (!is_boot_cpu) |
| 2135 | cpu_cache_init(); | 2135 | cpu_cache_init(); |
| 2136 | tlb_init(); | 2136 | tlb_init(); |
| 2137 | TLBMISS_HANDLER_SETUP(); | 2137 | TLBMISS_HANDLER_SETUP(); |
| 2138 | } | 2138 | } |
| 2139 | 2139 | ||
