diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-04-04 15:40:48 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:34 -0400 |
commit | 0fc0906e59df1427d194b78376d15ca48079f6bf (patch) | |
tree | b76f509e9028d7afd775d7e64fd6fbcfb733b068 /arch/x86/kernel/mpparse_64.c | |
parent | 76eb41319d6ab98d17c81a8001a6d7ed9f8359ee (diff) |
x86: move phys_cpu_present_map to setup.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mpparse_64.c')
-rw-r--r-- | arch/x86/kernel/mpparse_64.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/mpparse_64.c b/arch/x86/kernel/mpparse_64.c index 378c4ba80b47..8d7365511ac0 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 | ||
75 | physid_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 | */ |