commit | 3aa8a41e0bf5565946082d23ae589c1a8559494a | [log] [tgz] |
---|---|---|
author | Matthew Minter <matt@masarand.com> | Wed Jun 28 15:14:02 2017 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sun Jul 02 16:14:28 2017 -0500 |
tree | b60a60911aa0975601ce5d21006c688bf6453be9 | |
parent | be0ce12e4a2be5b5531a2afcfcb3af397d3539fb [diff] |
PCI: Add IRQ mapping function pointers to pci_host_bridge struct In order to defer IRQ assignment arches must be able to register functions to map and swizzle interrupts. These registered functions are stored in the pci_host_bridge struct. Signed-off-by: Matthew Minter <matt@masarand.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>