aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-mips/irq.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-06-03 22:30:58 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-06-29 21:10:48 +0100
commitb4ab24e1c8c1442b2928bab1325b56bdbbcf898e (patch)
treeaa80383677ce2563fdaad652e8e45c05e722324f /include/asm-mips/mach-mips/irq.h
parent[MIPS] Consistent formatting for Qemu makefile segment. (diff)
downloadlinux-dev-b4ab24e1c8c1442b2928bab1325b56bdbbcf898e.tar.xz
linux-dev-b4ab24e1c8c1442b2928bab1325b56bdbbcf898e.zip
[MIPS] Define ARCH_HAS_IRQ_PER_CPU for all SMP systems.
Without SMTC on non-Malta will blow up. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--include/asm-mips/mach-mips/irq.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-mips/mach-mips/irq.h b/include/asm-mips/mach-mips/irq.h
index 083d9c512a04..e994b0c01227 100644
--- a/include/asm-mips/mach-mips/irq.h
+++ b/include/asm-mips/mach-mips/irq.h
@@ -4,10 +4,4 @@
#define NR_IRQS 256
-#ifdef CONFIG_SMP
-
-#define ARCH_HAS_IRQ_PER_CPU
-
-#endif
-
#endif /* __ASM_MACH_MIPS_IRQ_H */