| commit | 68c921869491c119142612fa5796c9f8b4e9970b | [log] [tgz] |
|---|---|---|
| author | David S. Miller <davem@sunset.davemloft.net> | Mon Jan 29 12:12:28 2007 -0800 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 10 23:50:36 2007 -0800 |
| tree | 9e0985280268a5cd45f5f1935f4e72c17f0a23ca | |
| parent | cf69eab231bb748b5c34912412a8fc8c763bcf57 [diff] |
[SPARC64] IRQ: Use irq_desc->chip_data instead of irq_desc->handler_data
Otherwise we can't use the generic MSI code.
Furthermore, properly use the {get,set}_irq_foo() abstracted
interfaces instead of direct accesses to irq_desc[]->foo.
Signed-off-by: David S. Miller <davem@davemloft.net>