Skip to content

Commit

Permalink
SMP on Malta needs to define ARCH_HAS_IRQ_PER_CPU since 2.6.14-rc1.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

diff --git a/include/asm-mips/mach-mips/irq.h b/include/asm-mips/mach-mips/irq.h
new file mode 100644
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 0c9ec46 commit 80b4734
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions include/asm-mips/mach-mips/irq.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#ifndef __ASM_MACH_MIPS_IRQ_H
#define __ASM_MACH_MIPS_IRQ_H

#include <linux/config.h>

#define NR_IRQS 256

#ifdef CONFIG_SMP

#define ARCH_HAS_IRQ_PER_CPU

#endif

#endif /* __ASM_MACH_MIPS_IRQ_H */

0 comments on commit 80b4734

Please sign in to comment.