From: David Rientjes Date: Thu, 14 Nov 2013 23:05:32 +0000 (-0800) Subject: x86: Export 'boot_cpu_physical_apicid' to modules X-Git-Tag: v3.13-rc1~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc08e04c3fdcaab767b8db27527002b2b4d758cb;p=pandora-kernel.git x86: Export 'boot_cpu_physical_apicid' to modules Commit 9ebddac7ea2a "ACPI, x86: Fix extended error log driver to depend on CONFIG_X86_LOCAL_APIC" fixed a build error when CONFIG_X86_LOCAL_APIC was not selected and !CONFIG_SMP. However, since CONFIG_ACPI_EXTLOG is tristate, there is a second build error: ERROR: "boot_cpu_physical_apicid" [drivers/acpi/acpi_extlog.ko] undefined! The symbol needs to be exported for it to be available. Signed-off-by: David Rientjes Acked-by: Tony Luck Cc: Chen Gong Cc: Rafael J. Wysocki Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1311141504080.30112@chino.kir.corp.google.com [ Changed it to a _GPL() export. ] Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed