From bd71a1c08807966636daf52138119108c12c6061 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 29 May 2014 09:48:46 +0100 Subject: [PATCH] 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-format-patch failed