From d92955cc6f7359b59abbfc595cbf2f33facee4f0 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 22 Sep 2005 14:55:21 +0000 Subject: [PATCH] --- yaml --- r: 11234 b: refs/heads/master c: 80b47346b0c83edab5d183376b41e9968bd5ac32 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/mach-mips/irq.h | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 trunk/include/asm-mips/mach-mips/irq.h diff --git a/[refs] b/[refs] index 0f5e9fe389a2..aeddcd30715f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c9ec467db8bf9ae9a337b96cecd9b6b703b57a1 +refs/heads/master: 80b47346b0c83edab5d183376b41e9968bd5ac32 diff --git a/trunk/include/asm-mips/mach-mips/irq.h b/trunk/include/asm-mips/mach-mips/irq.h new file mode 100644 index 000000000000..f8579696ca54 --- /dev/null +++ b/trunk/include/asm-mips/mach-mips/irq.h @@ -0,0 +1,14 @@ +#ifndef __ASM_MACH_MIPS_IRQ_H +#define __ASM_MACH_MIPS_IRQ_H + +#include + +#define NR_IRQS 256 + +#ifdef CONFIG_SMP + +#define ARCH_HAS_IRQ_PER_CPU + +#endif + +#endif /* __ASM_MACH_MIPS_IRQ_H */