]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit682c516c50feeab0afccdbdc46a20015d82df736
tree4dbb000d46ec1f506182c295398f4f0497150092
parentdffed5c573b09a4275487fdff8e0a32d3e8e673c
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