From: Miche Baker-Harvey Date: Wed, 5 Oct 2011 17:48:51 +0000 (-0700) Subject: hvc_console: display printk messages on console. X-Git-Tag: v3.2-rc1~170^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=361162459f62dc0826b82c9690a741a940f457f0;p=pandora-kernel.git hvc_console: display printk messages on console. printk only works for "registered consoles." Currently, the hvc_console code calls register_console() from hvc_instantiate(), but that's only used in the early console case. In hvc_alloc(), register_console() was not called. Add a call to register_console() in hvc_alloc(), set up the index in the hvc_console, and set up the necessary vtermnos[] and cons_op[] entries so that printk functions work. Signed-off-by: Miche Baker-Harvey Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed