aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/xen/apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/apic.c b/arch/x86/xen/apic.c
index b5e48da7fbff..c14048553c18 100644
--- a/arch/x86/xen/apic.c
+++ b/arch/x86/xen/apic.c
@@ -56,7 +56,7 @@ static u32 xen_apic_read(u32 reg)
56 return 0; 56 return 0;
57 57
58 if (reg == APIC_LVR) 58 if (reg == APIC_LVR)
59 return 0x10; 59 return 0x14;
60#ifdef CONFIG_X86_32 60#ifdef CONFIG_X86_32
61 if (reg == APIC_LDR) 61 if (reg == APIC_LDR)
62 return SET_APIC_LOGICAL_ID(1UL << smp_processor_id()); 62 return SET_APIC_LOGICAL_ID(1UL << smp_processor_id());