forked from Imagelibrary/rtems
2011-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e200 machine check category.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user