From: Yinghai Lu Date: Fri, 15 May 2009 20:05:16 +0000 (-0700) Subject: x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabled X-Git-Tag: v2.6.31-rc1~423^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1bdb523880c7f6990e9e8e50b0fc972ca475e84;p=pandora-kernel.git x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabled Len expressed concern that the update_mptable feature has side-effects on the ACPI code. Make it sure explicitly that the code only ever gets called if the (default disabled) update_mptable boot quirk option is disabled. [ Impact: isolate the update_mptable feature from ACPI code more ] Signed-off-by: Yinghai Lu Cc: Len Brown LKML-Reference: <4A0DC832.5090200@kernel.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed