From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Smith Date: Sat, 7 Jun 2003 14:32:25 -0300 Subject: [U-Boot-Users] cpu/ppc4xx/start.S Machine Check Exception Message-ID: <03Jun7.142529adt.7304@dragon.appliedmicro.ns.ca> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.