Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88676
b: refs/heads/master
c: b8c2d3d
h: refs/heads/master
v: v3
  • Loading branch information
Markus Armbruster authored and Ingo Molnar committed Apr 17, 2008
1 parent 66c6a9b commit 9462baa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78a9909aab54123c7c471022389b36972e13b48e
refs/heads/master: b8c2d3dfbc117dff26058fbac316b8acfc2cb5f7
4 changes: 4 additions & 0 deletions trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <linux/mm.h>
#include <linux/page-flags.h>
#include <linux/highmem.h>
#include <linux/console.h>

#include <xen/interface/xen.h>
#include <xen/interface/physdev.h>
Expand Down Expand Up @@ -1228,6 +1229,9 @@ asmlinkage void __init xen_start_kernel(void)
? __pa(xen_start_info->mod_start) : 0;
boot_params.hdr.ramdisk_size = xen_start_info->mod_len;

if (!is_initial_xendomain())
add_preferred_console("hvc", 0, NULL);

/* Start the world */
start_kernel();
}

0 comments on commit 9462baa

Please sign in to comment.