2 #ifndef __ASM_HARDIRQ_H
3 #define __ASM_HARDIRQ_H
10 #define HARDIRQ_BITS 8
14 * The hardirq mask has to be large enough to have
15 * space for potentially all IRQ sources in the system
16 * nesting on a single CPU:
18 #if (1 << HARDIRQ_BITS) < NR_IRQS
19 # error HARDIRQ_BITS is too low!
22 #include <asm-generic/hardirq.h>
24 #endif /* __ASM_HARDIRQ_H */
25 #endif /* __KERNEL__ */