diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-29 20:14:31 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-29 20:14:31 +0100 |
commit | 7577fdfa52438a19e7e8abedb6efc645986af2ae (patch) | |
tree | 990496bf30a4d1ea44fd8385e2a71d209422b092 /arch/arm/mach-rpc | |
parent | [ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.h (diff) | |
download | linux-7577fdfa52438a19e7e8abedb6efc645986af2ae.tar.xz linux-7577fdfa52438a19e7e8abedb6efc645986af2ae.zip |
[ARM] give RiscPC a NR_IRQS definition and remove default
RiscPC is the only platform using the default setting for NR_IRQS,
so the default NR_IRQS doesn't really make sense; remove it and
make RiscPC provide such a definition.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-rpc')
-rw-r--r-- | arch/arm/mach-rpc/include/mach/irqs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rpc/include/mach/irqs.h b/arch/arm/mach-rpc/include/mach/irqs.h index 4ce6ca97f669..3d2037496e38 100644 --- a/arch/arm/mach-rpc/include/mach/irqs.h +++ b/arch/arm/mach-rpc/include/mach/irqs.h @@ -44,3 +44,4 @@ #define IRQ_TIMER IRQ_TIMER0 +#define NR_IRQS 128 |