diff options
| author | Jiang Liu <[email protected]> | 2015-06-01 08:05:12 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2015-06-12 14:54:21 +0000 |
| commit | 0d0b4c866bcce647f40d73efe5e90aeeb079050a (patch) | |
| tree | 9a4dc1dd5f52dcc5b4455c3e75c2678b393bc06d /lib/mpi/mpicoder.c | |
| parent | genirq: Prevent crash in irq_move_irq() (diff) | |
| download | kernel-0d0b4c866bcce647f40d73efe5e90aeeb079050a.tar.gz kernel-0d0b4c866bcce647f40d73efe5e90aeeb079050a.zip | |
genirq: Introduce struct irq_common_data to host shared irq data
With the introduction of hierarchy irqdomain, struct irq_data becomes
per-chip instead of per-irq and there may be multiple irq_datas
associated with the same irq. Some per-irq data stored in struct
irq_data now may get duplicated into multiple irq_datas, and causes
inconsistent view.
So introduce struct irq_common_data to host per-irq common data and to
achieve consistent view among irq_chips.
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]>
Diffstat (limited to 'lib/mpi/mpicoder.c')
0 files changed, 0 insertions, 0 deletions
