summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/new-exceptions
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-01-10 12:00:27 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-01-10 12:00:27 +0000
commite62721c4dd81f2073cc6c6c61d8267df292550b5 (patch)
treeb62f3464efe31cfdd66f7e81fadfcc22b955a59f /c/src/lib/libcpu/powerpc/new-exceptions
parent2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e62721c4dd81f2073cc6c6c61d8267df292550b5.tar.bz2
2011-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e200 machine check category.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/new-exceptions')
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
index b88a0bfcea..a567f42734 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
@@ -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,