aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-03-27 16:54:38 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:31 -0400
commit8f6e2ca9f862cb3738ad83fb18c572d8a59c0849 (patch)
tree1edee2bb3b2423f1537da0679fde45473a702356
parente81b2c62d66068d210ddeacd77076068184d414a (diff)
x86: move mp_lapic_addr to apic_32.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/kernel/apic_32.c2
-rw-r--r--arch/x86/kernel/mpparse_32.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c
index bdfffb091d12..68ea75fa6d35 100644
--- a/arch/x86/kernel/apic_32.c
+++ b/arch/x86/kernel/apic_32.c
@@ -50,6 +50,8 @@
50# error SPURIOUS_APIC_VECTOR definition error 50# error SPURIOUS_APIC_VECTOR definition error
51#endif 51#endif
52 52
53unsigned long mp_lapic_addr;
54
53/* 55/*
54 * Knob to control our willingness to enable the local APIC. 56 * Knob to control our willingness to enable the local APIC.
55 * 57 *
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c
index 18882697987e..728aa9900934 100644
--- a/arch/x86/kernel/mpparse_32.c
+++ b/arch/x86/kernel/mpparse_32.c
@@ -60,7 +60,6 @@ int mp_irq_entries;
60int nr_ioapics; 60int nr_ioapics;
61 61
62int pic_mode; 62int pic_mode;
63unsigned long mp_lapic_addr;
64 63
65unsigned int def_to_bigsmp = 0; 64unsigned int def_to_bigsmp = 0;
66 65