diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/xen/enlighten.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 6cfb708408e9..5c0635a8bffd 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1257,6 +1257,7 @@ asmlinkage void __init xen_start_kernel(void) | |||
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("xenboot", 0, NULL); | ||
1260 | add_preferred_console("tty", 0, NULL); | 1261 | add_preferred_console("tty", 0, NULL); |
1261 | add_preferred_console("hvc", 0, NULL); | 1262 | add_preferred_console("hvc", 0, NULL); |
1262 | } | 1263 | } |