[SPARC64]: Fix 2 bugs in sabre_irq_build()
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 12 Jul 2006 22:59:53 +0000 (15:59 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 13 Jul 2006 08:50:08 +0000 (01:50 -0700)
When installing the IRQ pre-handler, we were not setting up the second
argument correctly.  It should be a pointer to the sabre_irq_data, not
the config space PIO address.

Furthermore, we only need this pre-handler installed if the device
sits behind a PCI bridge that is not Sabre or Simba/APB.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found