commit | 3145e941fcfe2548fa2270afb1a05bab3a6bc418 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Fri Dec 05 18:58:34 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 08 14:31:59 2008 +0100 |
tree | 5bd08b9de84d1be58be040058ac77a4dd8c8d7b2 | |
parent | be5d5350a937cd8513b258739f1099420129e96f [diff] |
x86, MSI: pass irq_cfg and irq_desc Impact: simplify code Pass irq_desc and cfg around, instead of raw IRQ numbers - this way we dont have to look it up again and again. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>