提交 b4ab24e1 编写于 作者: R Ralf Baechle

[MIPS] Define ARCH_HAS_IRQ_PER_CPU for all SMP systems.

Without SMTC on non-Malta will blow up.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 14cd8015
......@@ -76,4 +76,8 @@ extern int setup_irq_smtc(unsigned int irq, struct irqaction * new,
unsigned long hwmask);
#endif /* CONFIG_MIPS_MT_SMTC */
#ifdef CONFIG_SMP
#define ARCH_HAS_IRQ_PER_CPU
#endif
#endif /* _ASM_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 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册