arch/tile: use new generic {enable,disable}_percpu_irq() routines
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 1 Dec 2011 17:58:19 +0000 (12:58 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Sat, 3 Dec 2011 20:31:49 +0000 (15:31 -0500)
We provided very similar routines internally, but now we can hook
into the generic framework by supplying our routines as function
pointers in the irq_chip structure instead.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found