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