x86/ioapic: Use apic_ack_irq()
authorThomas Gleixner <[email protected]>
Mon, 4 Jun 2018 15:33:57 +0000 (17:33 +0200)
committerThomas Gleixner <[email protected]>
Wed, 6 Jun 2018 13:18:21 +0000 (15:18 +0200)
commit2b04e46d8d0b9b7ac08ded672e3eab823f01d77a
tree43f0b4bcb0e27fcae2efc82cdd9cab5d52c12caf
parent8a2b7d142e7ac477d52f5f92251e59fc136d7ddd
x86/ioapic: Use apic_ack_irq()

To address the EBUSY fail of interrupt affinity settings in case that the
previous setting has not been cleaned up yet, use the new apic_ack_irq()
function instead of directly invoking ack_APIC_irq().

Preparatory change for the real fix

Fixes: dccfe3147b42 ("x86/vector: Simplify vector move cleanup")
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Song Liu <[email protected]>
Cc: Joerg Roedel <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Song Liu <[email protected]>
Cc: Dmitry Safonov <[email protected]>
Cc: [email protected]
Cc: Mike Travis <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Tariq Toukan <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/kernel/apic/io_apic.c