diff options
author | Glauber de Oliveira Costa <gcosta@redhat.com> | 2008-03-19 13:26:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:04 -0400 |
commit | acbb67341805d3b9ef263d8cbd103a6054164491 (patch) | |
tree | ca86d8bba00821df2ea2e970fccba8d4d4c8328d /arch/x86/kernel/smpboot_32.c | |
parent | 2cd9fb71eedffb3a208a84daff705b9da5c915e8 (diff) |
x86: move apicid mappings to smpboot.c
They are i386 specific (the x86_64 definitions live
elsewhere, and should remain there), so are enclosed around
an ifdef
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot_32.c')
-rw-r--r-- | arch/x86/kernel/smpboot_32.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/x86/kernel/smpboot_32.c b/arch/x86/kernel/smpboot_32.c index 5469207fa863..3590afe575e7 100644 --- a/arch/x86/kernel/smpboot_32.c +++ b/arch/x86/kernel/smpboot_32.c | |||
@@ -59,19 +59,6 @@ | |||
59 | #include <asm/vmi.h> | 59 | #include <asm/vmi.h> |
60 | #include <asm/mtrr.h> | 60 | #include <asm/mtrr.h> |
61 | 61 | ||
62 | /* which logical CPU number maps to which CPU (physical APIC ID) */ | ||
63 | u16 x86_cpu_to_apicid_init[NR_CPUS] __initdata = | ||
64 | { [0 ... NR_CPUS-1] = BAD_APICID }; | ||
65 | void *x86_cpu_to_apicid_early_ptr; | ||
66 | DEFINE_PER_CPU(u16, x86_cpu_to_apicid) = BAD_APICID; | ||
67 | EXPORT_PER_CPU_SYMBOL(x86_cpu_to_apicid); | ||
68 | |||
69 | u16 x86_bios_cpu_apicid_init[NR_CPUS] __initdata | ||
70 | = { [0 ... NR_CPUS-1] = BAD_APICID }; | ||
71 | void *x86_bios_cpu_apicid_early_ptr; | ||
72 | DEFINE_PER_CPU(u16, x86_bios_cpu_apicid) = BAD_APICID; | ||
73 | EXPORT_PER_CPU_SYMBOL(x86_bios_cpu_apicid); | ||
74 | |||
75 | u8 apicid_2_node[MAX_APICID]; | 62 | u8 apicid_2_node[MAX_APICID]; |
76 | 63 | ||
77 | /* Where the IO area was mapped on multiquad, always 0 otherwise */ | 64 | /* Where the IO area was mapped on multiquad, always 0 otherwise */ |