PCI/AER: Use threaded IRQ for bottom half
authorKeith Busch <keith.busch@intel.com>
Tue, 18 Sep 2018 23:58:46 +0000 (17:58 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 8 Oct 2018 17:18:14 +0000 (12:18 -0500)
commit6200cc5ee2baa573e7ac4dbcfca750e0b777c37d
tree4dbb000d46ec1f506182c295398f4f0497150092
parentecae65e133f2e0647e6364d691130ff551382d91
PCI/AER: Use threaded IRQ for bottom half

The threaded IRQ is naturally single threaded as desired, so use that to
simplify the AER bottom half handler.  Since the root port structure has
much less to do now, remove the rpc construction helper routine.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aer.c