diff -urN RC14-rc3-git4-amigahw/include/asm-m68k/hardirq.h RC14-rc3-git4-m68k-hardirq/include/asm-m68k/hardirq.h --- RC14-rc3-git4-amigahw/include/asm-m68k/hardirq.h 2005-06-17 15:48:29.000000000 -0400 +++ RC14-rc3-git4-m68k-hardirq/include/asm-m68k/hardirq.h 2005-10-04 15:14:02.000000000 -0400 @@ -14,13 +14,4 @@ #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 - #endif diff -urN RC14-rc3-git4-amigahw/include/asm-m68k/irq.h RC14-rc3-git4-m68k-hardirq/include/asm-m68k/irq.h --- RC14-rc3-git4-amigahw/include/asm-m68k/irq.h 2005-06-17 15:48:29.000000000 -0400 +++ RC14-rc3-git4-m68k-hardirq/include/asm-m68k/irq.h 2005-10-04 15:14:02.000000000 -0400 @@ -23,6 +23,15 @@ #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 + +/* * Interrupt source definitions * General interrupt sources are the level 1-7. * Adding an interrupt service routine for one of these sources