瀏覽代碼

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
Linus Torvalds 12 年之前
父節點
當前提交
9066d9b250
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/x86/kernel/apic/apic.c

+ 1 - 0
arch/x86/kernel/apic/apic.c

@@ -62,6 +62,7 @@ unsigned disabled_cpus;
 
 
 /* Processor that is doing the boot up */
 /* Processor that is doing the boot up */
 unsigned int boot_cpu_physical_apicid = -1U;
 unsigned int boot_cpu_physical_apicid = -1U;
+EXPORT_SYMBOL_GPL(boot_cpu_physical_apicid);
 
 
 /*
 /*
  * The highest APIC ID seen during enumeration.
  * The highest APIC ID seen during enumeration.