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

2017-11-16 Thread Sajjan, Vikas C
kernel@vger.kernel.org; kkama...@gmail.com; mi...@kernel.org Subject: Re: [PATCH v2 2/2] acpi/x86: Reuse the mp_register_ioapic_irq() in the function mp_override_legacy_irq() On Thu, 16 Nov 2017, Vikas C Sajjan wrote: > Modify the function mp_override_legacy_irq() to reuse the newly > introdu

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

2017-11-16 Thread Sajjan, Vikas C
; mi...@kernel.org Subject: Re: [PATCH v2 2/2] acpi/x86: Reuse the mp_register_ioapic_irq() in the function mp_override_legacy_irq() On Thu, 16 Nov 2017, Vikas C Sajjan wrote: > Modify the function mp_override_legacy_irq() to reuse the newly > introduced function mp_register_ioap

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

2017-11-16 Thread Thomas Gleixner
On Thu, 16 Nov 2017, Vikas C Sajjan wrote: > Modify the function mp_override_legacy_irq() to reuse the newly introduced > function mp_register_ioapic_irq(). Reviewed-by: Thomas Gleixner

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

2017-11-16 Thread Thomas Gleixner
On Thu, 16 Nov 2017, Vikas C Sajjan wrote: > Modify the function mp_override_legacy_irq() to reuse the newly introduced > function mp_register_ioapic_irq(). Reviewed-by: Thomas Gleixner

[PATCH v2 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 --- arch/x86/kernel/acpi/boot.c | 27 +-- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git

[PATCH v2 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 --- arch/x86/kernel/acpi/boot.c | 27 +-- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git