summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/new-exceptions/raw_exception.h
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-07-21 20:38:06 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-07-21 20:38:06 +0000
commit13512ec229bc2bc250a02ac6ab974b2572c36ed8 (patch)
tree7067a49bc3958eeecd943b66ba233c6157db490a /c/src/lib/libcpu/powerpc/new-exceptions/raw_exception.h
parent2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-13512ec229bc2bc250a02ac6ab974b2572c36ed8.tar.bz2
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/raw_exception,h, new-exceptions/raw_exception.c: Added more vectors for PPC405: watchdog, fpu-unavail, apu-unavail, itlbmiss, dtlbmiss, debug.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/raw_exception.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/raw_exception.h b/c/src/lib/libcpu/powerpc/new-exceptions/raw_exception.h
index 9723a37f92..2359d6b871 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/raw_exception.h
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/raw_exception.h
@@ -58,6 +58,8 @@
#define ASM_BOOKE_FIT_VECTOR 0x13
#define ASM_BOOKE_WDOG_VECTOR 0x14
+#define ASM_PPC405_APU_UNAVAIL_VECTOR ASM_60X_VEC_ASSIST_VECTOR
+
#define ASM_8XX_FLOATASSIST_VECTOR 0x0E
#define ASM_8XX_SOFTEMUL_VECTOR 0x10
#define ASM_8XX_ITLBMISS_VECTOR 0x11