[POWERPC] pasemi: Configure DMA controller interrupts
authorOlof Johansson <olof@lixom.net>
Sun, 4 Feb 2007 22:36:54 +0000 (16:36 -0600)
committerPaul Mackerras <paulus@samba.org>
Wed, 7 Feb 2007 03:03:22 +0000 (14:03 +1100)
commitf9fba5b72dbedc691dcb10ae666ec03f279b07f4
treecfd2350baf2a8d6dd2cef23070b95f21ff1e8211
parentc388cfebbf22acd2b6adf757b35e28d4be66ac7c
[POWERPC] pasemi: Configure DMA controller interrupts

The DMA controller on PWRficient is somewhat special -- has a PCI header
so it looks like it's on the root PCI (-Express) root bus, but it uses
more than the default number of interrupts (and they are hardwired).

We need to wire up all interrupts for the DMA controller. The generic
IRQ code will only map the primary interrupt from the PCI header (128),
so add 129->211 by hand.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pasemi/pasemi.h
arch/powerpc/platforms/pasemi/pci.c
arch/powerpc/platforms/pasemi/setup.c