diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-04-04 15:40:32 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:34 -0400 |
commit | af926a5830079bf36253dcf3a1b75b1497fc7fd1 (patch) | |
tree | bf6125205ac91fd043f424441a8a63acd8957fac /arch/x86/kernel/genapic_64.c | |
parent | d61ecf0b53131564949bc4196e70f676000a845a (diff) |
x86: move x86_bios_cpu_apicid to io_apic_64.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/genapic_64.c')
-rw-r--r-- | arch/x86/kernel/genapic_64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/genapic_64.c b/arch/x86/kernel/genapic_64.c index c9eabe36ee36..7df38c4c8575 100644 --- a/arch/x86/kernel/genapic_64.c +++ b/arch/x86/kernel/genapic_64.c | |||
@@ -31,8 +31,6 @@ u16 x86_cpu_to_apicid_init[NR_CPUS] __initdata | |||
31 | = { [0 ... NR_CPUS-1] = BAD_APICID }; | 31 | = { [0 ... NR_CPUS-1] = BAD_APICID }; |
32 | void *x86_cpu_to_apicid_early_ptr; | 32 | void *x86_cpu_to_apicid_early_ptr; |
33 | #endif | 33 | #endif |
34 | DEFINE_PER_CPU(u16, x86_cpu_to_apicid) = BAD_APICID; | ||
35 | EXPORT_PER_CPU_SYMBOL(x86_cpu_to_apicid); | ||
36 | DEFINE_PER_CPU(int, x2apic_extra_bits); | 34 | DEFINE_PER_CPU(int, x2apic_extra_bits); |
37 | 35 | ||
38 | struct genapic __read_mostly *genapic = &apic_flat; | 36 | struct genapic __read_mostly *genapic = &apic_flat; |