]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/hvc: allow xenboot console to be used again
authorDavid Vrabel <david.vrabel@citrix.com>
Tue, 1 Oct 2013 18:00:49 +0000 (19:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Oct 2013 23:08:33 +0000 (16:08 -0700)
commit8598a32d43af4abe6f3a464af8be7fc020080cf3
treeb50935ff40b2a844aceb0495a2c899d8ec1e0d6f
parent1b069646f53350d9c1188cef6d6bdd09a1df8b44
xen/hvc: allow xenboot console to be used again

commit a9fbf4d591da6cd1d3eaab826c7c15f77fc8f6a3 upstream.

Commit d0380e6c3c0f6edb986d8798a23acfaf33d5df23 (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>
drivers/tty/hvc/hvc_xen.c