Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99544
b: refs/heads/master
c: 83abc70
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Thomas Gleixner committed May 27, 2008
1 parent fec1c19 commit 97869b8
Show file tree
Hide file tree
Showing 3 changed files with 3 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: e4dcff1f6e7582f76c2c9990b1d9111bbc8e26ef
refs/heads/master: 83abc70a4c6e306f4c1672e25884322f797e4fcb
1 change: 1 addition & 0 deletions trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ asmlinkage void __init xen_start_kernel(void)
boot_params.hdr.ramdisk_size = xen_start_info->mod_len;

if (!is_initial_xendomain()) {
add_preferred_console("xenboot", 0, NULL);
add_preferred_console("tty", 0, NULL);
add_preferred_console("hvc", 0, NULL);
}
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/char/hvc_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ static void xenboot_write_console(struct console *console, const char *string,

raw_console_write(string, len);

write_console(0, "(early) ", 8);
while (off < len && NULL != (pos = strchr(string+off, '\n'))) {
linelen = pos-string+off;
if (off + linelen > len)
Expand Down

0 comments on commit 97869b8

Please sign in to comment.