commit | 24b4b67d17c308aaa956b73ab1e88190f6642bbe | [log] [tgz] |
---|---|---|
author | Samo Pogacnik <samo_pogacnik@t-2.net> | Wed Aug 25 20:44:07 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 22 10:20:02 2010 -0700 |
tree | 86ff019ce69aca93371719487869de4ad6d205e0 | |
parent | 891b9dd10764352926e1e107756aa229dfa2c210 [diff] |
add ttyprintk driver Ttyprintk is a pseudo TTY driver, which allows users to make printk messages, via output to ttyprintk device. It is possible to store "console" messages inline with kernel messages for better analyses of the boot process, for example. Signed-off-by: Samo Pogacnik <samo_pogacnik@t-2.net> Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>