mbox series

[for-4.13,0/2] x86/ioapic: fix clear_IO_APIC_pin when using interrupt remapping

Message ID 20191107150609.93004-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series x86/ioapic: fix clear_IO_APIC_pin when using interrupt remapping | expand

Message

Roger Pau Monné Nov. 7, 2019, 3:06 p.m. UTC
Hello,

Current code in clear_IO_APIC_pin doesn't properly deal with IO-APIC
entries already configured to point to entries in the iommu interrupt
remapping table, fix this.

Roger Pau Monne (2):
  x86/ioapic: remove usage of TRUE and FALSE in clear_IO_APIC_pin
  x86/ioapic: don't use raw entry reads/writes in clear_IO_APIC_pin

 xen/arch/x86/io_apic.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)