From: Jason Wessel Date: Mon, 16 Aug 2010 20:58:31 +0000 (-0500) Subject: vt,console,kdb: preserve console_blanked while in kdb X-Git-Tag: v2.6.36-rc2~46^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beed5336eba6a5a70c97e9f4bfff525915a25003;p=pandora-kernel.git vt,console,kdb: preserve console_blanked while in kdb Commit b45cfba4e9005d64d419718e7ff7f7cab44c1994 (vt,console,kdb: implement atomic console enter/leave functions) introduced the ability to atomically change the console mode with kernel mode setting but did not preserve the state of the console_blanked variable. The console_blanked variable must be restored when executing the con_debug_leave() or further kernel mode set changes (such as using chvt X) will fail to correctly set the state of console. Signed-off-by: Jason Wessel Reviewed-by: Jesse Barnes CC: Andrew Morton --- Reading git-diff-tree failed