[U-Boot-Users] cpu/ppc4xx/start.S Machine Check Exception

7 Jun
2003
7 Jun
'03
7:32 p.m.
Hi,
In cpu/ppc4xx/start.S, in the exception vector table, shouldn't
/* Machine check */ STD_EXCEPTION(0x200, MachineCheck, MachineCheckException)
be
/* Machine check */ CRIT_EXCEPTION(0x200, MachineCheck, MachineCheckException)
because a machine check is a critical exception on a 4xx?
I noticed this in ppcboot-2.0.0, and it seems to be the same way in u-boot CVS.
Thanks, -Frank.
8006
Age (days ago)
8006
Last active (days ago)
0 comments
1 participants
participants (1)
-
Frank Smith