| commit | 0c90547b4a3fcee184db4d54ffc1a4fb17fd54d6 | [log] [tgz] |
|---|---|---|
| author | Chris Metcalf <cmetcalf@tilera.com> | Thu Dec 01 12:58:19 2011 -0500 |
| committer | Chris Metcalf <cmetcalf@tilera.com> | Sat Dec 03 15:31:49 2011 -0500 |
| tree | bbd952d786eecfaf5dd563fa185e0789dcedff44 | |
| parent | 781a5e92bc3b666bc5752e3ce7e977978c2f64e9 [diff] |
arch/tile: use new generic {enable,disable}_percpu_irq() routines
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>