]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7140/1: remove NR_IRQS dependency for ARM-specific HARDIRQ_BITS definition
authorKevin Hilman <khilman@deeprootsystems.com>
Tue, 25 Oct 2011 11:42:33 +0000 (12:42 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 8 Nov 2011 11:31:31 +0000 (11:31 +0000)
commit9f80969cbcf219b6383aa71eda7487e86ece771e
treebeb2741a627dcd0e37398ad9ccb18892f73c98b4
parent1ea6b8f48918282bdca0b32a34095504ee65bab5
ARM: 7140/1: remove NR_IRQS dependency for ARM-specific HARDIRQ_BITS definition

As a first step towards removing NR_IRQS, remove the ARM customization
of HARDIRQ_BITS based on NR_IRQS.

The generic code in <linux/hardirq.h> already has a default value of
10 for HARDIRQ_BITS which is the max used on ARM, so let's just remove
the NR_IRQS based customization and use the generic default.

Signed-off-by: Kevin Hilman <khilman@ti.com>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/hardirq.h