]> err.no Git - linux-2.6/blobdiff - include/asm-blackfin/traps.h
Merge branches 'release' and 'ppc-workaround' into release
[linux-2.6] / include / asm-blackfin / traps.h
index ee1cbf73a9ab2a8993eb8eec90531a7e90b70baf..f0e5f940d9cae503d55be15fb74982c15be47a2a 100644 (file)
 #define VEC_CPLB_I_M   (44)
 #define VEC_CPLB_I_MHIT        (45)
 #define VEC_ILL_RES    (46)    /* including unvalid supervisor mode insn */
+/* The hardware reserves (63) for future use - we use it to tell our
+ * normal exception handling code we have a hardware error
+ */
+#define VEC_HWERR      (63)
 
 #ifndef __ASSEMBLY__