diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-26 16:05:08 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-26 16:05:08 +0900 |
commit | 38ab13441c36c0c470b7e4e3b30ec2fb6beba253 (patch) | |
tree | 12d4ef364ec103b85fe0089ca09b7386fad8bfa8 /arch/sh/kernel/irq.c | |
parent | 57b813303ab40557aada8f8886400f3a9de3c0f8 (diff) | |
download | talos-obmc-linux-38ab13441c36c0c470b7e4e3b30ec2fb6beba253.tar.gz talos-obmc-linux-38ab13441c36c0c470b7e4e3b30ec2fb6beba253.zip |
sh: Switch dynamic IRQ creation to generic irq allocator.
Now that the genirq code provides an IRQ bitmap of its own and the
necessary API to manipulate it, there's no need to keep our own version
around anymore.
In the process we kill off some unused IRQ reservation code, with future
users now having to tie in to the genirq API as normal.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/irq.c')
-rw-r--r-- | arch/sh/kernel/irq.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index 9dc447db8a44..d9f3b6e7c7cb 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c @@ -273,12 +273,6 @@ void __init init_IRQ(void) { plat_irq_setup(); - /* - * Pin any of the legacy IRQ vectors that haven't already been - * grabbed by the platform - */ - reserve_irq_legacy(); - /* Perform the machine specific initialisation */ if (sh_mv.mv_init_irq) sh_mv.mv_init_irq(); |