--- zzzz-none-000/linux-2.6.19.2/arch/arm/kernel/entry-header.S 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/arm/kernel/entry-header.S 2007-05-23 11:50:43.000000000 +0000 @@ -10,10 +10,13 @@ @ ----------------- @ #define BAD_PREFETCH 0 -#define BAD_DATA 1 +#define BAD_DATA 1 #define BAD_ADDREXCPTN 2 -#define BAD_IRQ 3 +#define BAD_IRQ 3 #define BAD_UNDEFINSTR 4 +#ifdef CONFIG_SUPPORT_FIRQ +#define BAD_FIRQ 5 +#endif /*--- #ifdef CONFIG_SUPPORT_FIRQ ---*/ @ @ Most of the stack format comes from struct pt_regs, but with