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)
commita31f82057ce6f7ced578d64c07a72ccbdc7336e4
tree0dbe94d15a6a32640b0f86094d3ecf2b60b43f73
parentee214558c2e959781a406e76c5b34364da638e1d
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