[PATCH v3 2/2] acpi/x86: Reuse the mp_register_ioapic_irq() in the function mp_override_legacy_irq()

2017-11-16 Thread Vikas C Sajjan
Modify the function mp_override_legacy_irq() to reuse the newly introduced function mp_register_ioapic_irq(). Signed-off-by: Vikas C Sajjan Reviewed-by: Thomas Gleixner --- arch/x86/kernel/acpi/boot.c | 27 +-- 1 file

[PATCH v3 2/2] acpi/x86: Reuse the mp_register_ioapic_irq() in the function mp_override_legacy_irq()

2017-11-16 Thread Vikas C Sajjan
Modify the function mp_override_legacy_irq() to reuse the newly introduced function mp_register_ioapic_irq(). Signed-off-by: Vikas C Sajjan Reviewed-by: Thomas Gleixner --- arch/x86/kernel/acpi/boot.c | 27 +-- 1 file changed, 5 insertions(+), 22 deletions(-) diff