diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-19 13:48:19 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-19 13:48:19 -0500 |
commit | 9066d9b250679f259f06c10f489dfdfa75fb54dd (patch) | |
tree | aa62e5910c865ab09a262a2cb3139d4379352189 /arch | |
parent | 4007162647b3b2e2e438904471b620aba013c4af (diff) | |
parent | cc08e04c3fdcaab767b8db27527002b2b4d758cb (diff) |
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fix from Ingo Molnar:
"A modular build fix for certain .config's"
* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86: Export 'boot_cpu_physical_apicid' to modules
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index ed165d657380..d278736bf774 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c | |||
@@ -62,6 +62,7 @@ unsigned disabled_cpus; | |||
62 | 62 | ||
63 | /* Processor that is doing the boot up */ | 63 | /* Processor that is doing the boot up */ |
64 | unsigned int boot_cpu_physical_apicid = -1U; | 64 | unsigned int boot_cpu_physical_apicid = -1U; |
65 | EXPORT_SYMBOL_GPL(boot_cpu_physical_apicid); | ||
65 | 66 | ||
66 | /* | 67 | /* |
67 | * The highest APIC ID seen during enumeration. | 68 | * The highest APIC ID seen during enumeration. |