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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 00829401389e..d3574485cb15 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -953,7 +953,7 @@ static const struct pv_cpu_ops xen_cpu_ops __initdata = {
953 .read_pmc = native_read_pmc, 953 .read_pmc = native_read_pmc,
954 954
955 .iret = (void *)&hypercall_page[__HYPERVISOR_iret], 955 .iret = (void *)&hypercall_page[__HYPERVISOR_iret],
956 .irq_enable_sysexit = NULL, /* never called */ 956 .irq_enable_syscall_ret = NULL, /* never called */
957 957
958 .load_tr_desc = paravirt_nop, 958 .load_tr_desc = paravirt_nop,
959 .set_ldt = xen_set_ldt, 959 .set_ldt = xen_set_ldt,