diff options
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/mpparse_64.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index cc06eae1b037..67009cdd5eca 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c | |||
@@ -68,7 +68,7 @@ unsigned int def_to_bigsmp = 0; | |||
68 | /* Processor that is doing the boot up */ | 68 | /* Processor that is doing the boot up */ |
69 | unsigned int boot_cpu_physical_apicid = -1U; | 69 | unsigned int boot_cpu_physical_apicid = -1U; |
70 | /* Internal processor count */ | 70 | /* Internal processor count */ |
71 | unsigned int __cpuinitdata num_processors; | 71 | unsigned int num_processors; |
72 | 72 | ||
73 | /* Bitmask of physically existing CPUs */ | 73 | /* Bitmask of physically existing CPUs */ |
74 | physid_mask_t phys_cpu_present_map; | 74 | physid_mask_t phys_cpu_present_map; |
diff --git a/arch/x86/kernel/mpparse_64.c b/arch/x86/kernel/mpparse_64.c index d3260f8f17dc..72ab1403fed7 100644 --- a/arch/x86/kernel/mpparse_64.c +++ b/arch/x86/kernel/mpparse_64.c | |||
@@ -60,7 +60,7 @@ unsigned int boot_cpu_id = -1U; | |||
60 | EXPORT_SYMBOL(boot_cpu_id); | 60 | EXPORT_SYMBOL(boot_cpu_id); |
61 | 61 | ||
62 | /* Internal processor count */ | 62 | /* Internal processor count */ |
63 | unsigned int num_processors __cpuinitdata = 0; | 63 | unsigned int num_processors; |
64 | 64 | ||
65 | unsigned disabled_cpus __cpuinitdata; | 65 | unsigned disabled_cpus __cpuinitdata; |
66 | 66 | ||