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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 1b4b5fa498b3..6cfb708408e9 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1256,8 +1256,10 @@ asmlinkage void __init xen_start_kernel(void)
1256 ? __pa(xen_start_info->mod_start) : 0; 1256 ? __pa(xen_start_info->mod_start) : 0;
1257 boot_params.hdr.ramdisk_size = xen_start_info->mod_len; 1257 boot_params.hdr.ramdisk_size = xen_start_info->mod_len;
1258 1258
1259 if (!is_initial_xendomain()) 1259 if (!is_initial_xendomain()) {
1260 add_preferred_console("tty", 0, NULL);
1260 add_preferred_console("hvc", 0, NULL); 1261 add_preferred_console("hvc", 0, NULL);
1262 }
1261 1263
1262 /* Start the world */ 1264 /* Start the world */
1263 start_kernel(); 1265 start_kernel();