diff options
author | Lukas Wunner <lukas@wunner.de> | 2018-07-19 17:27:39 -0500 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-07-23 17:04:12 -0500 |
commit | ec07a4473072ff0607e3126ce26c31dbf81f9a15 (patch) | |
tree | 40c25791e2d03df387315cfc9ca6fbfa38244847 /security/tomoyo/domain.c | |
parent | 7b4ce26bcf697e3a4aa9ba2a5b456562e0fb7af4 (diff) |
PCI: pciehp: Convert to threaded polling
We've just converted pciehp to threaded IRQ handling, but still cannot
sleep in pciehp_ist() because the function is also called in poll mode,
which runs in softirq context (from a timer).
Convert poll mode to a kthread so that pciehp_ist() always runs in task
context.
Signed-off-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'security/tomoyo/domain.c')
0 files changed, 0 insertions, 0 deletions