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, 6 Dec 2011 11:14:01 +0000 (11:14 +0000)
commit023bfa3dc7ec8316a499d247c2734a54a9763708
treec4046cd19a4ad72baf4e029ccf0e79c85384a292
parent5611cc4572e889b62a7b4c72a413536bf6a9c416
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