aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen')
-rw-r--r--arch/x86/xen/enlighten.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index c8e1c7b95c3b..ddab5390d548 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1220,7 +1220,6 @@ static const struct pv_cpu_ops xen_cpu_ops __initconst = {
1220 .alloc_ldt = xen_alloc_ldt, 1220 .alloc_ldt = xen_alloc_ldt,
1221 .free_ldt = xen_free_ldt, 1221 .free_ldt = xen_free_ldt,
1222 1222
1223 .store_gdt = native_store_gdt,
1224 .store_idt = native_store_idt, 1223 .store_idt = native_store_idt,
1225 .store_tr = xen_store_tr, 1224 .store_tr = xen_store_tr,
1226 1225