mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +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…
Add table
Reference in a new issue