X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-parisc%2Fhardirq.h;h=ce93133d511243104080f57a2fb6be59e415bd86;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=58d92ade386a28ba63d6928f26e06c60ff4e7777;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475;p=linux-2.6.git diff --git a/include/asm-parisc/hardirq.h b/include/asm-parisc/hardirq.h index 58d92ade3..ce93133d5 100644 --- a/include/asm-parisc/hardirq.h +++ b/include/asm-parisc/hardirq.h @@ -15,9 +15,7 @@ #ifndef _PARISC_HARDIRQ_H #define _PARISC_HARDIRQ_H -#include #include -#include #include typedef struct { @@ -26,16 +24,6 @@ typedef struct { #include /* Standard mappings for irq_cpustat_t above */ -#define HARDIRQ_BITS 16 - -/* - * 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 - void ack_bad_irq(unsigned int irq); #endif /* _PARISC_HARDIRQ_H */