x86: introduce max_physical_apicid for bigsmp switching
[deliverable/linux.git] / arch / x86 / kernel / setup.c
index 0a281f2c71571ba5a3cde3a00af0f577455769ed..45a5e247d45093af8db7305623e24d9f4a197ba5 100644 (file)
@@ -17,6 +17,7 @@ unsigned int num_processors;
 unsigned disabled_cpus __cpuinitdata;
 /* Processor that is doing the boot up */
 unsigned int boot_cpu_physical_apicid = -1U;
+unsigned int max_physical_apicid;
 EXPORT_SYMBOL(boot_cpu_physical_apicid);
 
 DEFINE_PER_CPU(u16, x86_cpu_to_apicid) = BAD_APICID;
This page took 0.03461 seconds and 5 git commands to generate.