diff --git a/[refs] b/[refs] index 3f8c5327f637..0f097e662278 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a9ede5b355aabd667ed690f858c925a23927027b +refs/heads/master: 804387a1af87f66a4b93eee230ba98f8b906b088 diff --git a/trunk/include/asm-generic/hardirq.h b/trunk/include/asm-generic/hardirq.h index 3d5d2c906ab3..23bb4dad4962 100644 --- a/trunk/include/asm-generic/hardirq.h +++ b/trunk/include/asm-generic/hardirq.h @@ -11,19 +11,6 @@ typedef struct { #include /* Standard mappings for irq_cpustat_t above */ -#ifndef HARDIRQ_BITS -#define HARDIRQ_BITS 8 -#endif - -/* - * 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 - #ifndef ack_bad_irq static inline void ack_bad_irq(unsigned int irq) {