fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-m68k / hardirq.h
index 728318b..394ee94 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __M68K_HARDIRQ_H
 #define __M68K_HARDIRQ_H
 
-#include <linux/config.h>
 #include <linux/threads.h>
 #include <linux/cache.h>
 
@@ -14,13 +13,4 @@ typedef struct {
 
 #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