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 50b20c64f0bd..73c7b1d610f3 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -841,7 +841,6 @@ static const struct pv_init_ops xen_init_ops __initdata = {
841 .patch = xen_patch, 841 .patch = xen_patch,
842 842
843 .banner = xen_banner, 843 .banner = xen_banner,
844 .arch_setup = xen_arch_setup,
845 .post_allocator_init = xen_post_allocator_init, 844 .post_allocator_init = xen_post_allocator_init,
846}; 845};
847 846
@@ -982,6 +981,7 @@ asmlinkage void __init xen_start_kernel(void)
982 pv_mmu_ops = xen_mmu_ops; 981 pv_mmu_ops = xen_mmu_ops;
983 982
984 x86_init.resources.memory_setup = xen_memory_setup; 983 x86_init.resources.memory_setup = xen_memory_setup;
984 x86_init.oem.arch_setup = xen_arch_setup;
985 985
986#ifdef CONFIG_X86_64 986#ifdef CONFIG_X86_64
987 /* 987 /*