mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 17:10:11 +00:00
ppc4xx: Code cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
c924098122
commit
9ca8d79de0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue