]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Code cleanup
authorStefan Roese <sr@denx.de>
Thu, 2 Aug 2007 06:33:56 +0000 (08:33 +0200)
committerStefan Roese <sr@denx.de>
Thu, 2 Aug 2007 06:33:56 +0000 (08:33 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/traps.c

index 6b15a9ea28ebaf8f947b3ba8d1b6d4a85f32a66c..de5fde9e29f1ebda03456805b8418a1bf5bc1c81 100755 (executable)
@@ -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;
        }