diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-08-26 13:16:55 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-09-16 16:52:36 +0200 |
commit | 7d4d892de6e74194fcfd4ff69f21ba3da97ae282 (patch) | |
tree | eb32056662c3faba9b0180923b6178ca4997a90c /arch/x86/Kconfig | |
parent | 2905c50b7d3eabd0fe718247aac86eeff3924ff8 (diff) |
x86/xen: Rework MSI teardown
X86 cannot store the irq domain pointer in struct device without breaking
XEN because the irq domain pointer takes precedence over arch_*_msi_irqs()
fallbacks.
XENs MSI teardown relies on default_teardown_msi_irqs() which invokes
arch_teardown_msi_irq(). default_teardown_msi_irqs() is a trivial iterator
over the msi entries associated to a device.
Implement this loop in xen_teardown_msi_irqs() to prepare for removal of
the fallbacks for X86.
This is a preparatory step to wrap XEN MSI alloc/free into a irq domain
which in turn allows to store the irq domain pointer in struct device and
to use the irq domain functions directly.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20200826112333.326841410@linutronix.de
Diffstat (limited to 'arch/x86/Kconfig')
0 files changed, 0 insertions, 0 deletions