summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/ints.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-10-15 13:07:35 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-16 16:53:14 +0200
commit7ef0c30dbf96a8d9a234e90c248eb19df3c031be (patch)
treee9e77d581e70cee0725ad568d42c0769783f4f89 /arch/m68k/kernel/ints.c
parent81608f3c254512b906ab78082ec5966b376aacd5 (diff)
genirq: define nr_irqs for architectures with GENERIC_HARDIRQS=n
Revert the sparse irq changes in m68k/s390/sparc and just define nr_irqs as NR_IRQS for those architectures. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/m68k/kernel/ints.c')
-rw-r--r--arch/m68k/kernel/ints.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/kernel/ints.c b/arch/m68k/kernel/ints.c
index 44169e4cd91d..7e8a0d394e61 100644
--- a/arch/m68k/kernel/ints.c
+++ b/arch/m68k/kernel/ints.c
@@ -46,9 +46,6 @@
#include <asm/q40ints.h>
#endif
-int nr_irqs = NR_IRQS;
-EXPORT_SYMBOL(nr_irqs);
-
extern u32 auto_irqhandler_fixup[];
extern u32 user_irqhandler_fixup[];
extern u16 user_irqvec_fixup[];