diff options
| author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2012-07-24 12:17:47 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-24 12:17:47 -0400 |
| commit | 93a029325979c4baa4cb03286e628b802614b5cb (patch) | |
| tree | 5fba40e918cd339fcc9ab8716f27da9c75503494 | |
| parent | 1005f281fac16a64201ba5f39b463027772195ee (diff) | |
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>
| -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)? */ |
