x86/apic: Get rid of apic_version[] array
[deliverable/linux.git] / arch / x86 / include / asm / mpspec.h
index b07233b64578721668b6d5d06903c5b148bd169d..c2f94dcc92ce8eb110c05040d78ff806beb3824a 100644 (file)
@@ -6,7 +6,6 @@
 #include <asm/x86_init.h>
 #include <asm/apicdef.h>
 
-extern int apic_version[];
 extern int pic_mode;
 
 #ifdef CONFIG_X86_32
@@ -40,6 +39,7 @@ extern int mp_bus_id_to_type[MAX_MP_BUSSES];
 extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
 
 extern unsigned int boot_cpu_physical_apicid;
+extern u8 boot_cpu_apic_version;
 extern unsigned long mp_lapic_addr;
 
 #ifdef CONFIG_X86_LOCAL_APIC
This page took 0.023787 seconds and 5 git commands to generate.