mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-20 11:26:30 +01: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