]> git.baikalelectronics.ru Git - kernel.git/commit
x86/acpi: call mp_config_acpi_gsi() in mp_register_gsi()
authorYinghai Lu <yinghai@kernel.org>
Wed, 6 May 2009 17:06:15 +0000 (10:06 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 May 2009 08:35:08 +0000 (10:35 +0200)
commit428e7bbcf9493da4bf1589f90ab9fc4eeb3168ae
tree0dbe94d15a6a32640b0f86094d3ecf2b60b43f73
parent48e8fb302b1cfa768951e76ae3c406efb57a0ede
x86/acpi: call mp_config_acpi_gsi() in mp_register_gsi()

The patch to call mp_config_acpi_gsi() from the ACPI IRQ registration
code never got mainline because there were open discussions about it.

This call is needed to properly update the kernel's copy of the mptable,
when the update_mptable boot parameter is needed.

Now that the dust has settled with the APIC unification, and since there
were no objections when the patch was re-submitted, try this again.

[ Impact: fix the update_mptable boot parameter ]

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Len Brown <lenb@kernel.org>
LKML-Reference: <4A01C387.7090103@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/mpspec.h
arch/x86/kernel/acpi/boot.c