From 78886b87eb415c860d1c1398ec45ac371163826a Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 3 Aug 2006 17:34:24 +0100 Subject: [PATCH] --- yaml --- r: 36002 b: refs/heads/master c: b4b30a5a0a270e6b3fef88373ad35d235a047fc1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/Kconfig | 3 +-- trunk/include/asm-mips/irq.h | 4 ---- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 84b1737cc24b..52ba43b8e802 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d157d5eac29d7d5559fdcabf20f3961bc5cb3e7 +refs/heads/master: b4b30a5a0a270e6b3fef88373ad35d235a047fc1 diff --git a/trunk/arch/mips/Kconfig b/trunk/arch/mips/Kconfig index 330f6abc7703..18e15a651d51 100644 --- a/trunk/arch/mips/Kconfig +++ b/trunk/arch/mips/Kconfig @@ -1649,9 +1649,7 @@ config GENERIC_IRQ_PROBE default y config IRQ_PER_CPU - depends on SMP bool - default y # # - Highmem only makes sense for the 32-bit kernel. @@ -1719,6 +1717,7 @@ source "mm/Kconfig" config SMP bool "Multi-Processing support" depends on SYS_SUPPORTS_SMP + select IRQ_PER_CPU help This enables support for systems with more than one CPU. If you have a system with only one CPU, like most personal computers, say N. If diff --git a/trunk/include/asm-mips/irq.h b/trunk/include/asm-mips/irq.h index 896550bad322..d35c61776a02 100644 --- a/trunk/include/asm-mips/irq.h +++ b/trunk/include/asm-mips/irq.h @@ -76,8 +76,4 @@ 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 */