X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fhardirq.h;h=cae78abf215823f4bde78d603a6921caaed7b4a2;hb=e435eaa19f81fc419ee65b31efea3bb8785ce64a;hp=b57dd3df99654a4d9c477e5ec866e170eb717958;hpb=daddc0d38b3571bed170afa273a49a0eba090c1e;p=linux-2.6.git diff --git a/include/asm-sparc64/hardirq.h b/include/asm-sparc64/hardirq.h index b57dd3df9..cae78abf2 100644 --- a/include/asm-sparc64/hardirq.h +++ b/include/asm-sparc64/hardirq.h @@ -55,15 +55,6 @@ typedef struct { #define SOFTIRQ_OFFSET (1UL << SOFTIRQ_SHIFT) #define HARDIRQ_OFFSET (1UL << HARDIRQ_SHIFT) -/* - * 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 - /* * Are we doing bottom half or hardware interrupt processing? * Are we in a softirq context? Interrupt context?