X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-blackfin%2Ftraps.h;h=f0e5f940d9cae503d55be15fb74982c15be47a2a;hb=9dc7f30e3bac329998a2a9bb814bd0abc7cb58e2;hp=ee1cbf73a9ab2a8993eb8eec90531a7e90b70baf;hpb=921314811be704252ad2caa8dde507d4c421ddc4;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-blackfin/traps.h b/include/asm-blackfin/traps.h index ee1cbf73a9a..f0e5f940d9c 100644 --- a/include/asm-blackfin/traps.h +++ b/include/asm-blackfin/traps.h @@ -45,6 +45,10 @@ #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__