]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
x86/IRQ: make fixup_irqs() skip unconnected internally used interrupts
authorJan Beulich <jbeulich@suse.com>
Mon, 22 Jul 2019 09:45:58 +0000 (11:45 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 22 Jul 2019 09:45:58 +0000 (11:45 +0200)
commitd2679f9834142d66af9dbadfa40d615128d9404f
tree84cc833913929471370a0678227b8fa961325dae
parentc6b0dad9345ee6935170cd39a28f0cfdcd7c5b91
x86/IRQ: make fixup_irqs() skip unconnected internally used interrupts

Since the "Cannot set affinity ..." warning is a one time one, avoid
triggering it already at boot time when parking secondary threads and
the serial console uses a (still unconnected at that time) PCI IRQ.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/irq.c