]> git.baikalelectronics.ru Git - kernel.git/commit
Add support for allocating irqs for bootbus devices
authoroftedal <oftedal@gmail.com>
Wed, 1 Jun 2011 11:11:41 +0000 (11:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jun 2011 23:06:33 +0000 (16:06 -0700)
commit29a3a6d8aa2c87c3abd6de3ba849cf167b8fcd7b
tree37b20e6c13d839f86aa6294bcd888ea4a8667b3e
parent8f875380a5409d589513fe8ccd59a8a8c2ed55dc
Add support for allocating irqs for bootbus devices

Some devices that can generate interrupts are connected directly to the
CPU through the bootbus on sun4d. This patch allows IRQs to be allocated
for such devices. The information used for allocating interrupts for
sbus devices are present at the corresponding SBI node. For bootbus
devices this information is present in the bootbus node.

Signed-off-by: Kjetil Oftedal <oftedal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/sun4d_irq.c