diff options
Diffstat (limited to 'arch/x86/xen/smp.c')
-rw-r--r-- | arch/x86/xen/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index 8310ca0ea375..f702199312a5 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c | |||
@@ -69,6 +69,7 @@ static __cpuinit void cpu_bringup_and_idle(void) | |||
69 | preempt_disable(); | 69 | preempt_disable(); |
70 | 70 | ||
71 | xen_enable_sysenter(); | 71 | xen_enable_sysenter(); |
72 | xen_enable_syscall(); | ||
72 | 73 | ||
73 | cpu = smp_processor_id(); | 74 | cpu = smp_processor_id(); |
74 | smp_store_cpu_info(cpu); | 75 | smp_store_cpu_info(cpu); |