[SPARC64]: Stop using __do_IRQ().
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 22 Oct 2007 09:16:45 +0000 (02:16 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 22 Oct 2007 09:16:45 +0000 (02:16 -0700)
Invoke the desc->handle_irq directly in the top-level dispatch,
just like other sophisticated ports.

This will allow us to decrease the cost of the MSI queue dispatch.

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

No differences found