Commit e81b2c62 authored by Alexey Starikovskiy's avatar Alexey Starikovskiy Committed by Ingo Molnar

x86: move apic_ver array to apic_32.c

Signed-off-by: default avatarAlexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 08bef9d3
...@@ -1225,6 +1225,9 @@ void __init init_apic_mappings(void) ...@@ -1225,6 +1225,9 @@ void __init init_apic_mappings(void)
* This initializes the IO-APIC and APIC hardware if this is * This initializes the IO-APIC and APIC hardware if this is
* a UP kernel. * a UP kernel.
*/ */
int apic_version[MAX_APICS];
int __init APIC_init_uniprocessor(void) int __init APIC_init_uniprocessor(void)
{ {
if (enable_local_apic < 0) if (enable_local_apic < 0)
......
...@@ -41,7 +41,6 @@ unsigned int __cpuinitdata maxcpus = NR_CPUS; ...@@ -41,7 +41,6 @@ unsigned int __cpuinitdata maxcpus = NR_CPUS;
* Various Linux-internal data structures created from the * Various Linux-internal data structures created from the
* MP-table. * MP-table.
*/ */
int apic_version [MAX_APICS];
#if defined (CONFIG_MCA) || defined (CONFIG_EISA) #if defined (CONFIG_MCA) || defined (CONFIG_EISA)
int mp_bus_id_to_type [MAX_MP_BUSSES]; int mp_bus_id_to_type [MAX_MP_BUSSES];
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment