]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: mpparse: 64-bit fix
authorIngo Molnar <mingo@elte.hu>
Fri, 28 Mar 2008 11:33:52 +0000 (12:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:33 +0000 (17:41 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/mpparse_64.c

index d62294003036c268a577deeab64b0b67841e5882..5e789bdb34fa518d2ee1683552889be827db1fc5 100644 (file)
@@ -63,6 +63,20 @@ void *x86_bios_cpu_apicid_early_ptr;
 DEFINE_PER_CPU(u16, x86_bios_cpu_apicid) = BAD_APICID;
 EXPORT_PER_CPU_SYMBOL(x86_bios_cpu_apicid);
 
+/* Make it easy to share the UP and SMP code: */
+#ifndef CONFIG_X86_SMP
+unsigned int num_processors;
+unsigned disabled_cpus __cpuinitdata;
+#ifndef CONFIG_X86_LOCAL_APIC
+unsigned int boot_cpu_physical_apicid = -1U;
+#endif
+#endif
+
+/* Make it easy to share the UP and SMP code: */
+#ifndef CONFIG_X86_SMP
+physid_mask_t phys_cpu_present_map;
+#endif
+
 /*
  * Intel MP BIOS table parsing routines:
  */