forked from luck/tmp_suning_uos_patched
MIPS: kernel: traps: Fix broken indentation
Fix broken indentation caused by the SMTC removal commitb633648c5a
("MIPS: MT: Remove SMTC support") Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Fixes:b633648c5a
("MIPS: MT: Remove SMTC support") Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10581/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a6335fa11e
commit
761b4493bb
|
@ -2130,10 +2130,10 @@ void per_cpu_trap_init(bool is_boot_cpu)
|
|||
BUG_ON(current->mm);
|
||||
enter_lazy_tlb(&init_mm, current);
|
||||
|
||||
/* Boot CPU's cache setup in setup_arch(). */
|
||||
if (!is_boot_cpu)
|
||||
cpu_cache_init();
|
||||
tlb_init();
|
||||
/* Boot CPU's cache setup in setup_arch(). */
|
||||
if (!is_boot_cpu)
|
||||
cpu_cache_init();
|
||||
tlb_init();
|
||||
TLBMISS_HANDLER_SETUP();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user