diff options
Diffstat (limited to 'arch/x86/kernel/apic_64.c')
-rw-r--r-- | arch/x86/kernel/apic_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c index 7dd6250aaf6c..0794646e68f0 100644 --- a/arch/x86/kernel/apic_64.c +++ b/arch/x86/kernel/apic_64.c | |||
@@ -85,6 +85,8 @@ static DEFINE_PER_CPU(struct clock_event_device, lapic_events); | |||
85 | 85 | ||
86 | static unsigned long apic_phys; | 86 | static unsigned long apic_phys; |
87 | 87 | ||
88 | unsigned long mp_lapic_addr; | ||
89 | |||
88 | /* | 90 | /* |
89 | * Get the LAPIC version | 91 | * Get the LAPIC version |
90 | */ | 92 | */ |