X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-blackfin%2Ftraps.h;h=f0e5f940d9cae503d55be15fb74982c15be47a2a;hb=6e16d89bcd668a95eb22add24c02d80890232b66;hp=ee1cbf73a9ab2a8993eb8eec90531a7e90b70baf;hpb=980110c5da56cb56d3356f5a5251fdc920f83ba6;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__