[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU
Cleanup: change ARCH_HAS_IRQ_PER_CPU into a Kconfig method. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
cd916d31cc
commit
0d7012a968
@@ -4,10 +4,4 @@
|
||||
|
||||
#define NR_IRQS 256
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
||||
#define ARCH_HAS_IRQ_PER_CPU
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_MACH_MIPS_IRQ_H */
|
||||
|
Reference in New Issue
Block a user