ソースを参照

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>
Jayachandran C 13 年 前
コミット
93a0293259
1 ファイル変更4 行追加4 行削除
  1. 4 4
      arch/mips/netlogic/common/smpboot.S

+ 4 - 4
arch/mips/netlogic/common/smpboot.S

@@ -67,7 +67,7 @@
 	li	t2, ~0xe	/* S1RCM */
 	li	t2, ~0xe	/* S1RCM */
 	and	t1, t1, t2
 	and	t1, t1, t2
 #endif
 #endif
-	mtcr    t1, t0
+	mtcr	t1, t0
 
 
 #ifdef XLP_AX_WORKAROUND
 #ifdef XLP_AX_WORKAROUND
 	li	t0, SCHED_DEFEATURE
 	li	t0, SCHED_DEFEATURE
@@ -195,9 +195,9 @@ EXPORT(nlm_boot_siblings)
 	bnez	v1, 2f
 	bnez	v1, 2f
 	nop
 	nop
 
 
-        li	t0, MMU_SETUP
-        li	t1, 0
-        mtcr	t1, t0
+	li	t0, MMU_SETUP
+	li	t1, 0
+	mtcr	t1, t0
 	_ehb
 	_ehb
 
 
 2:	beqz	v0, 4f		/* boot cpu (cpuid == 0)? */
 2:	beqz	v0, 4f		/* boot cpu (cpuid == 0)? */