diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index d62f14e20708..119c88fa769d 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1089,7 +1089,7 @@ static const struct pv_cpu_ops xen_cpu_ops __initdata = { | |||
1089 | .read_pmc = native_read_pmc, | 1089 | .read_pmc = native_read_pmc, |
1090 | 1090 | ||
1091 | .iret = xen_iret, | 1091 | .iret = xen_iret, |
1092 | .irq_enable_syscall_ret = xen_sysexit, | 1092 | .irq_enable_sysexit = xen_sysexit, |
1093 | 1093 | ||
1094 | .load_tr_desc = paravirt_nop, | 1094 | .load_tr_desc = paravirt_nop, |
1095 | .set_ldt = xen_set_ldt, | 1095 | .set_ldt = xen_set_ldt, |