]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: move apic_ver array to apic_32.c
authorAlexey Starikovskiy <astarikovskiy@suse.de>
Thu, 27 Mar 2008 20:54:31 +0000 (23:54 +0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:31 +0000 (17:41 +0200)
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic_32.c
arch/x86/kernel/mpparse_32.c

index 6f506020bd7dd6eafd92902041196e112a12572d..bdfffb091d124ec719d5c403b96e19078af788e5 100644 (file)
@@ -1225,6 +1225,9 @@ fake_ioapic_page:
  * This initializes the IO-APIC and APIC hardware if this is
  * a UP kernel.
  */
+
+int apic_version[MAX_APICS];
+
 int __init APIC_init_uniprocessor(void)
 {
        if (enable_local_apic < 0)
index 9f23018190c53bee3554ccad008874dc15b0a78f..18882697987e1d54b3b1245f5032aed463b75edc 100644 (file)
@@ -41,7 +41,6 @@ unsigned int __cpuinitdata maxcpus = NR_CPUS;
  * Various Linux-internal data structures created from the
  * MP-table.
  */
-int apic_version [MAX_APICS];
 #if defined (CONFIG_MCA) || defined (CONFIG_EISA)
 int mp_bus_id_to_type [MAX_MP_BUSSES];
 #endif