diff options
Diffstat (limited to 'arch/mips/netlogic/common')
-rw-r--r-- | arch/mips/netlogic/common/smpboot.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/netlogic/common/smpboot.S b/arch/mips/netlogic/common/smpboot.S index d6431b7b49fc..a13355cc97eb 100644 --- a/arch/mips/netlogic/common/smpboot.S +++ b/arch/mips/netlogic/common/smpboot.S | |||
@@ -67,7 +67,7 @@ | |||
67 | li t2, ~0xe /* S1RCM */ | 67 | li t2, ~0xe /* S1RCM */ |
68 | and t1, t1, t2 | 68 | and t1, t1, t2 |
69 | #endif | 69 | #endif |
70 | mtcr t1, t0 | 70 | mtcr t1, t0 |
71 | 71 | ||
72 | #ifdef XLP_AX_WORKAROUND | 72 | #ifdef XLP_AX_WORKAROUND |
73 | li t0, SCHED_DEFEATURE | 73 | li t0, SCHED_DEFEATURE |
@@ -195,9 +195,9 @@ EXPORT(nlm_boot_siblings) | |||
195 | bnez v1, 2f | 195 | bnez v1, 2f |
196 | nop | 196 | nop |
197 | 197 | ||
198 | li t0, MMU_SETUP | 198 | li t0, MMU_SETUP |
199 | li t1, 0 | 199 | li t1, 0 |
200 | mtcr t1, t0 | 200 | mtcr t1, t0 |
201 | _ehb | 201 | _ehb |
202 | 202 | ||
203 | 2: beqz v0, 4f /* boot cpu (cpuid == 0)? */ | 203 | 2: beqz v0, 4f /* boot cpu (cpuid == 0)? */ |