diff options
author | Tony Luck <tony.luck@intel.com> | 2005-10-31 13:51:57 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-10-31 13:51:57 -0500 |
commit | c7fb577e2a6cb04732541f2dc402bd46747f7558 (patch) | |
tree | df3b1a1922ed13bfbcc45d08650c38beeb1a7bd1 /include/asm-mips/mach-mips/irq.h | |
parent | 9cec58dc138d6fcad9f447a19c8ff69f6540e667 (diff) | |
parent | 581c1b14394aee60aff46ea67d05483261ed6527 (diff) |
manual update from upstream:
Applied Al's change 06a544971fad0992fe8b92c5647538d573089dd4
to new location of swiotlb.c
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-mips/mach-mips/irq.h')
-rw-r--r-- | include/asm-mips/mach-mips/irq.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-mips/mach-mips/irq.h b/include/asm-mips/mach-mips/irq.h new file mode 100644 index 000000000000..f8579696ca54 --- /dev/null +++ b/include/asm-mips/mach-mips/irq.h | |||
@@ -0,0 +1,14 @@ | |||
1 | #ifndef __ASM_MACH_MIPS_IRQ_H | ||
2 | #define __ASM_MACH_MIPS_IRQ_H | ||
3 | |||
4 | #include <linux/config.h> | ||
5 | |||
6 | #define NR_IRQS 256 | ||
7 | |||
8 | #ifdef CONFIG_SMP | ||
9 | |||
10 | #define ARCH_HAS_IRQ_PER_CPU | ||
11 | |||
12 | #endif | ||
13 | |||
14 | #endif /* __ASM_MACH_MIPS_IRQ_H */ | ||