diff options
-rw-r--r-- | arch/x86/kernel/apic_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 1 |
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 | ||
53 | unsigned 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; | |||
60 | int nr_ioapics; | 60 | int nr_ioapics; |
61 | 61 | ||
62 | int pic_mode; | 62 | int pic_mode; |
63 | unsigned long mp_lapic_addr; | ||
64 | 63 | ||
65 | unsigned int def_to_bigsmp = 0; | 64 | unsigned int def_to_bigsmp = 0; |
66 | 65 | ||