ARM: integrator: get rid of preallocated irq descriptors
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 26 Oct 2012 23:24:29 +0000 (01:24 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 26 Oct 2012 23:24:29 +0000 (01:24 +0200)
commitda72a66ba852fef3d5dfe02ab311a894e7d791e9
tree4b37e0805f02e31490a76e53e9f60dbd293ebaba
parent3a6ca8c5c9e310d26fe090ac7c777c269661f0e6
ARM: integrator: get rid of preallocated irq descriptors

The Integrators were using the .nr_irqs field of the machine
descriptor to pre-allocate a number of descriptors at boot. This
is not right: the irq chip implementations should allocate
their descriptors themselves, and as a result the simple
irqdomain code warns about it.

Get rid of this by just deleting the .nr_irq field from the
machine descriptors but take care: doing so makes the default
implementation hog the first 16 IRQ numbers, so these cannot
be used by the still static IRQ number assignments in the
ATAG boot case. So for these, bump the IRQ numbers to begin
at 64 and upward.

Introduce an offset to offset all IRQ numbers if need be,
though we don't expect to do that again as device tree comes
along.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-integrator/include/mach/irqs.h
arch/arm/mach-integrator/integrator_ap.c
arch/arm/mach-integrator/integrator_cp.c