]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/printk.c
Add support for suspending and resuming the whole console subsystem
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 20 Jun 2006 01:16:01 +0000 (18:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 20 Jun 2006 01:16:01 +0000 (18:16 -0700)
commit557240b48e2dc4f6fa878afc3fc767ad745ca7ed
tree354e9de17c28b438db675f6a2b779415f1634c45
parent5603509137940f4cbc577281cee62110d4097b1b
Add support for suspending and resuming the whole console subsystem

Trying to suspend/resume with console messages flying all around is
doomed to failure, when the devices that the messages are trying to
go to are being shut down.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/console.h
kernel/power/main.c
kernel/printk.c