diff options
author | David Woodhouse <dwmw@amazon.co.uk> | 2021-01-06 15:39:55 +0000 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2021-01-13 16:12:03 +0100 |
commit | 8f4fd86aa5d6aa122619623910065d236592e37c (patch) | |
tree | 5e297925c38d026b2f6a35c863bbc2c6688959e9 /arch | |
parent | 3499ba8198cad47b731792e5e56b9ec2a78a83a2 (diff) | |
download | linux-8f4fd86aa5d6aa122619623910065d236592e37c.tar.bz2 |
xen: Set platform PCI device INTX affinity to CPU0
With INTX or GSI delivery, Xen uses the event channel structures of CPU0.
If the interrupt gets handled by Linux on a different CPU, then no events
are seen as pending. Rather than introducing locking to allow other CPUs
to process CPU0's events, just ensure that the PCI interrupts happens
only on CPU0.
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/20210106153958.584169-3-dwmw2@infradead.org
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions