]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite8062df922b582560fe89837d1490078c49e8f7e
tree354e9de17c28b438db675f6a2b779415f1634c45
parentab8c0f9b676602aa503f33baf94a5db6364ed5ef
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