aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic_64.c
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-08-17 21:12:27 -0700
committerIngo Molnar <mingo@elte.hu>2008-08-18 09:24:54 +0200
commitd5e629a6f88137fb77c4cc857be5ea7c3f27110d (patch)
tree55e93d411cb0635fc1420f4d0f7f6ae1ce905315 /arch/x86/kernel/apic_64.c
parentx86: apic - unify xapic_icr_read (diff)
downloadlinux-dev-d5e629a6f88137fb77c4cc857be5ea7c3f27110d.tar.xz
linux-dev-d5e629a6f88137fb77c4cc857be5ea7c3f27110d.zip
x86: apic - unify lapic_resume - fix
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic_64.c')
-rw-r--r--arch/x86/kernel/apic_64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c
index 5e0738131e58..ad532dccd11e 100644
--- a/arch/x86/kernel/apic_64.c
+++ b/arch/x86/kernel/apic_64.c
@@ -1446,6 +1446,7 @@ static int lapic_resume(struct sys_device *dev)
enable_x2apic();
else
#endif
+ {
/*
* Make sure the APICBASE points to the right address
*
@@ -1456,6 +1457,7 @@ static int lapic_resume(struct sys_device *dev)
l &= ~MSR_IA32_APICBASE_BASE;
l |= MSR_IA32_APICBASE_ENABLE | mp_lapic_addr;
wrmsr(MSR_IA32_APICBASE, l, h);
+ }
apic_write(APIC_LVTERR, ERROR_APIC_VECTOR | APIC_LVT_MASKED);
apic_write(APIC_ID, apic_pm_state.apic_id);