mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
0d7012a968
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>
8 lines
118 B
C
8 lines
118 B
C
#ifndef __ASM_MACH_MIPS_IRQ_H
|
|
#define __ASM_MACH_MIPS_IRQ_H
|
|
|
|
|
|
#define NR_IRQS 256
|
|
|
|
#endif /* __ASM_MACH_MIPS_IRQ_H */
|