]> git.baikalelectronics.ru Git - kernel.git/commit
x86/ioapic: Restore IO-APIC irq_chip retrigger callback
authorRuslan Ruslichenko <rruslich@cisco.com>
Tue, 17 Jan 2017 14:13:52 +0000 (16:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 18 Jan 2017 10:51:02 +0000 (11:51 +0100)
commit35f90ed9e83fdfd67a8539d625263cb50e017708
tree725de24512644890c4a94e3b25df464782c5a777
parentdb40206383642abaaf8ceedfcd9795b208770dc3
x86/ioapic: Restore IO-APIC irq_chip retrigger callback

commit 3a8ec19c7f94 removed the irq_retrigger callback from the IO-APIC
chip and did not add it to the new IO-APIC-IR irq chip.

There is no harm because the interrupts are resent in software when the
retrigger callback is NULL, but it's less efficient. So restore them.

[ tglx: Massaged changelog ]

Fixes: 3a8ec19c7f94 ("x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces")
Signed-off-by: Ruslan Ruslichenko <rruslich@cisco.com>
Cc: xe-linux-external@cisco.com
Link: http://lkml.kernel.org/r/1484662432-13580-1-git-send-email-rruslich@cisco.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/apic/io_apic.c