commit | b237721c5d95082a803c0be686f56d2dd1de995b | [log] [tgz] |
---|---|---|
author | Jiang Liu <[email protected]> | Mon Jun 01 16:05:43 2015 +0800 |
committer | Thomas Gleixner <[email protected]> | Wed Sep 16 15:46:49 2015 +0200 |
tree | fcaec3ce10ca018ef4b73860347fe421277bd399 | |
parent | 9df872faa7e1619e9278bec00ceaed2236533530 [diff] |
genirq: Move field 'msi_desc' from irq_data into irq_common_data MSI descriptors are per-irq instead of per irqchip, so move it into struct irq_common_data. Signed-off-by: Jiang Liu <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: Tony Luck <[email protected]> Cc: Bjorn Helgaas <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Yinghai Lu <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Kevin Cernekee <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Marc Zyngier <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>