aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/mpparse_64.c')
-rw-r--r--arch/x86/kernel/mpparse_64.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/mpparse_64.c b/arch/x86/kernel/mpparse_64.c
index 378c4ba80b4..8d7365511ac 100644
--- a/arch/x86/kernel/mpparse_64.c
+++ b/arch/x86/kernel/mpparse_64.c
@@ -70,11 +70,6 @@ unsigned int boot_cpu_physical_apicid = -1U;
70#endif 70#endif
71#endif 71#endif
72 72
73/* Make it easy to share the UP and SMP code: */
74#ifndef CONFIG_X86_SMP
75physid_mask_t phys_cpu_present_map;
76#endif
77
78/* 73/*
79 * Intel MP BIOS table parsing routines: 74 * Intel MP BIOS table parsing routines:
80 */ 75 */