mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
xen/hvc: allow xenboot console to be used again
commita9fbf4d591upstream. Commitd0380e6c3c(early_printk: consolidate random copies of identical code) added in 3.10 introduced a check for con->index == -1 in early_console_register(). Initialize index to -1 for the xenboot console so earlyprintk=xen works again. Signed-off-by: David Vrabel <david.vrabel@citrix.com> Cc: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1b069646f5
commit
8598a32d43
|
|
@ -636,6 +636,7 @@ struct console xenboot_console = {
|
|||
.name = "xenboot",
|
||||
.write = xenboot_write_console,
|
||||
.flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
||||
.index = -1,
|
||||
};
|
||||
#endif /* CONFIG_EARLY_PRINTK */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user