Commit 93a029325979c4baa4cb03286e628b802614b5cb
Committed by
Ralf Baechle
1 parent
1005f281fa
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
MIPS: Netlogic: Fix indentation of smpboot.S
[ralf@linux-mips.org: I've folded most segments of this patch into those patches in -next that originally were causing the whitespace damage. This is just what's left over] Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/4094/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
arch/mips/netlogic/common/smpboot.S
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | li t2, ~0xe /* S1RCM */ |
68 | 68 | and t1, t1, t2 |
69 | 69 | #endif |
70 | - mtcr t1, t0 | |
70 | + mtcr t1, t0 | |
71 | 71 | |
72 | 72 | #ifdef XLP_AX_WORKAROUND |
73 | 73 | li t0, SCHED_DEFEATURE |
... | ... | @@ -195,9 +195,9 @@ |
195 | 195 | bnez v1, 2f |
196 | 196 | nop |
197 | 197 | |
198 | - li t0, MMU_SETUP | |
199 | - li t1, 0 | |
200 | - mtcr t1, t0 | |
198 | + li t0, MMU_SETUP | |
199 | + li t1, 0 | |
200 | + mtcr t1, t0 | |
201 | 201 | _ehb |
202 | 202 | |
203 | 203 | 2: beqz v0, 4f /* boot cpu (cpuid == 0)? */ |