commit | 6200cc5ee2baa573e7ac4dbcfca750e0b777c37d | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Tue Sep 18 17:58:46 2018 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Oct 08 12:18:14 2018 -0500 |
tree | 4dbb000d46ec1f506182c295398f4f0497150092 | |
parent | ecae65e133f2e0647e6364d691130ff551382d91 [diff] |
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>