From: Daniel Thompson Date: Wed, 3 Sep 2014 11:57:52 +0000 (+0100) Subject: serial: kgdb_nmi: No CON_ENABLED by default X-Git-Tag: fixes-for-v3.18-merge-window~14^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287f03c0d4fbf0b57f88867a02632376b63ef0c8;p=pandora-kernel.git serial: kgdb_nmi: No CON_ENABLED by default At present this console is optionally registered by NULL checking arch_kgdb_ops.enable_nmi. In practice this requires the architecture dependant code to implement some kind of control (e.g. module arguments) to enable/disable this feature. The kernel already provides us the perfectly adequate console= argument to enable/disable consoles. Let's use that instead! Signed-off-by: Daniel Thompson Cc: Jiri Slaby Cc: linux-serial@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed