* new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e200 machine
	check category.
This commit is contained in:
Sebastian Huber
2011-01-10 12:00:27 +00:00
parent 4ab0ffdb84
commit e62721c4dd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e200 machine
check category.
2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* Makefile.am, preinstall.am, mpc83xx/include/mpc83xx.h,

View File

@@ -174,7 +174,7 @@ static const ppc_exc_categories e300_category_table = {
static const ppc_exc_categories e200_category_table = {
[ASM_BOOKE_CRIT_VECTOR] = PPC_EXC_BOOKE_CRITICAL | PPC_EXC_ASYNC,
[ASM_MACH_VECTOR] = PPC_EXC_E500_MACHCHK,
[ASM_MACH_VECTOR] = PPC_EXC_BOOKE_CRITICAL,
[ASM_PROT_VECTOR] = PPC_EXC_CLASSIC,
[ASM_ISI_VECTOR] = PPC_EXC_CLASSIC,
[ASM_EXT_VECTOR] = PPC_EXC_CLASSIC | PPC_EXC_ASYNC,