aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r--arch/x86/xen/enlighten.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 48f1a7eca8b9..87d36044054d 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1139,6 +1139,10 @@ static const struct pv_cpu_ops xen_cpu_ops __initdata = {
1139 1139
1140 .iret = xen_iret, 1140 .iret = xen_iret,
1141 .irq_enable_sysexit = xen_sysexit, 1141 .irq_enable_sysexit = xen_sysexit,
1142#ifdef CONFIG_X86_64
1143 .usergs_sysret32 = xen_sysret32,
1144 .usergs_sysret64 = xen_sysret64,
1145#endif
1142 1146
1143 .load_tr_desc = paravirt_nop, 1147 .load_tr_desc = paravirt_nop,
1144 .set_ldt = xen_set_ldt, 1148 .set_ldt = xen_set_ldt,