From: Daniel Thompson Date: Thu, 29 May 2014 08:48:46 +0000 (+0100) Subject: serial: kgdb_nmi: Improve console integration with KDB I/O X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd71a1c08807966636daf52138119108c12c6061;p=pandora-kernel.git serial: kgdb_nmi: Improve console integration with KDB I/O kgdb_nmi_tty_enabled is used for two unrelated purposes, namely to suppress normal TTY input handling and to suppress console output (although it has no effect at all on TTY output). A much better way to handle muting the console is to not have to mute it in the first place! That's what this patch does. Signed-off-by: Daniel Thompson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed