Browse Source

ppc4xx: Code cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 18 years ago
parent
commit
9ca8d79de0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cpu/ppc4xx/traps.c

+ 1 - 1
cpu/ppc4xx/traps.c

@@ -161,7 +161,7 @@ MachineCheckException(struct pt_regs *regs)
 		regs->nip = fixup;
 		val = mfspr(MCSR);
 		/* Clear MCSR */
-                mtspr(SPRN_MCSR, val);
+		mtspr(SPRN_MCSR, val);
 		return;
 	}