X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Fhardirq.h;h=715ee237fc77bc045f556965321c601a9d5f5c54;hb=refs%2Fheads%2Fvserver;hp=ee010848c3142598b00f41a392677cf1b611cfe3;hpb=6a77f38946aaee1cd85eeec6cf4229b204c15071;p=linux-2.6.git diff --git a/include/asm-sh/hardirq.h b/include/asm-sh/hardirq.h index ee010848c..715ee237f 100644 --- a/include/asm-sh/hardirq.h +++ b/include/asm-sh/hardirq.h @@ -1,7 +1,6 @@ #ifndef __ASM_SH_HARDIRQ_H #define __ASM_SH_HARDIRQ_H -#include #include #include @@ -12,15 +11,6 @@ typedef struct { #include /* Standard mappings for irq_cpustat_t above */ -#define HARDIRQ_BITS 8 - -/* - * The hardirq mask has to be large enough to have - * space for potentially all IRQ sources in the system - * nesting on a single CPU: - */ -#if (1 << HARDIRQ_BITS) < NR_IRQS -# error HARDIRQ_BITS is too low! -#endif +extern void ack_bad_irq(unsigned int irq); #endif /* __ASM_SH_HARDIRQ_H */