summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/new-exceptions/e500_raw_exc_init.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-11 07:34:10 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-11 07:34:10 +0000
commit855012618c648a62c8a73307a5f89bced1659a18 (patch)
tree6304bcf6cd7140947fa42337f9075ae13d0c5594 /c/src/lib/libcpu/powerpc/new-exceptions/e500_raw_exc_init.c
parent2007-12-10 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-855012618c648a62c8a73307a5f89bced1659a18.tar.bz2
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/e500_raw_exc_init.c: map DEC exception to ASM_BOOKE_DEC_VECTOR instead of ASM_DEC_VECTOR. Fixed wrong mapping of ASM_BOOKE_FIT_VECTOR (was ASM_BOOKE_PIT_VECTOR).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/e500_raw_exc_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/e500_raw_exc_init.c b/c/src/lib/libcpu/powerpc/new-exceptions/e500_raw_exc_init.c
index 1ec5a9c653..891dde59ae 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/e500_raw_exc_init.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/e500_raw_exc_init.c
@@ -22,8 +22,8 @@ unsigned c;
MTIVOR(7, ppc_get_vector_addr(ASM_FLOAT_VECTOR));
MTIVOR(8, ppc_get_vector_addr(ASM_SYS_VECTOR));
MTIVOR(9, ppc_get_vector_addr(0x0b));
- MTIVOR(10, ppc_get_vector_addr(ASM_DEC_VECTOR));
- MTIVOR(11, ppc_get_vector_addr(ASM_BOOKE_PIT_VECTOR));
+ MTIVOR(10, ppc_get_vector_addr(ASM_BOOKE_DEC_VECTOR));
+ MTIVOR(11, ppc_get_vector_addr(ASM_BOOKE_FIT_VECTOR));
MTIVOR(12, ppc_get_vector_addr(ASM_BOOKE_WDOG_VECTOR));
MTIVOR(13, ppc_get_vector_addr(ASM_60X_DSMISS_VECTOR));
MTIVOR(14, ppc_get_vector_addr(ASM_60X_DLMISS_VECTOR));