]> git.baikalelectronics.ru Git - kernel.git/commit
sh: intc: Kill off special reservation interface.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 22 May 2012 10:07:55 +0000 (19:07 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 22 May 2012 10:07:55 +0000 (19:07 +0900)
commita18a02a342737e9b4ba31ef3e8307013de59c2c9
tree8796acab6d527fe6e64fe9aee39fa611d7ad082b
parent9e9724189cac98021f9043678d705d5c38fa2764
sh: intc: Kill off special reservation interface.

At present reserving the IRLs in the IRQ bitmap in addition to the
dropping of the legacy IRQ pre-allocation prevent IRL IRQs from being
allocated for the x3proto board.

The only reason to permit reservations was to lock down possible hardware
vectors prior to dynamic IRQ scanning, but this doesn't matter much given
that the hardware controller configuration is sorted before we get around
to doing any dynamic IRQ allocation anyways. Beyond that, all of the
tables are __init annotated, so quite a bit more work would need to be
done to support reconfiguring things like IRL controllers on the fly,
much more than would ever make it worth the hassle.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-shx3.c
drivers/sh/intc/dynamic.c
include/linux/sh_intc.h