diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-29 19:14:31 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-29 19:14:31 +0000 |
commit | 7577fdfa52438a19e7e8abedb6efc645986af2ae (patch) | |
tree | 990496bf30a4d1ea44fd8385e2a71d209422b092 /arch/arm/include/asm/irq.h | |
parent | 87c52578bd050ba395b0cae7079b1128abd2422d (diff) | |
download | op-kernel-dev-7577fdfa52438a19e7e8abedb6efc645986af2ae.zip op-kernel-dev-7577fdfa52438a19e7e8abedb6efc645986af2ae.tar.gz |
[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/include/asm/irq.h')
-rw-r--r-- | arch/arm/include/asm/irq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/irq.h b/arch/arm/include/asm/irq.h index a0009aa..328f14a 100644 --- a/arch/arm/include/asm/irq.h +++ b/arch/arm/include/asm/irq.h @@ -7,10 +7,6 @@ #define irq_canonicalize(i) (i) #endif -#ifndef NR_IRQS -#define NR_IRQS 128 -#endif - /* * Use this value to indicate lack of interrupt * capability |