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

Hi,
[My apologies for the repost]
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. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.488 / Virus Database: 287 - Release Date: 6/5/03

Hi,
in message 03Jun9.201533adt.7304@dragon.appliedmicro.ns.ca you wrote:
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?
Added. Thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Frank Smith
-
Wolfgang Denk