]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/xen/enlighten.c
xen64: set up syscall and sysenter entrypoints for 64-bit
[linux-2.6-omap-h63xx.git] / arch / x86 / xen / enlighten.c
index 48f1a7eca8b9fb8dd78fec6b425af1675c3a74cb..87d36044054d7f90976bb6c53ef0d45adc75dacf 100644 (file)
@@ -1139,6 +1139,10 @@ static const struct pv_cpu_ops xen_cpu_ops __initdata = {
 
        .iret = xen_iret,
        .irq_enable_sysexit = xen_sysexit,
+#ifdef CONFIG_X86_64
+       .usergs_sysret32 = xen_sysret32,
+       .usergs_sysret64 = xen_sysret64,
+#endif
 
        .load_tr_desc = paravirt_nop,
        .set_ldt = xen_set_ldt,