]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sh: Switch dynamic IRQ creation to generic irq allocator.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 26 Oct 2010 07:05:08 +0000 (16:05 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 26 Oct 2010 07:05:08 +0000 (16:05 +0900)
commit38ab13441c36c0c470b7e4e3b30ec2fb6beba253
tree12d4ef364ec103b85fe0089ca09b7386fad8bfa8
parent57b813303ab40557aada8f8886400f3a9de3c0f8
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>
arch/sh/kernel/irq.c
drivers/sh/intc/core.c
drivers/sh/intc/dynamic.c
include/linux/sh_intc.h