From: Anton Vorontsov Date: Mon, 24 Sep 2012 21:27:51 +0000 (-0700) Subject: kdb: Implement disable_nmi command X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~74^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad394f66fa57ae66014cb74f337e2820bac4c417;p=pandora-kernel.git kdb: Implement disable_nmi command This command disables NMI-entry. If NMI source has been previously shared with a serial console ("debug port"), this effectively releases the port from KDB exclusive use, and makes the console available for normal use. Of course, NMI can be reenabled, enable_nmi modparam is used for that: echo 1 > /sys/module/kdb/parameters/enable_nmi Signed-off-by: Anton Vorontsov Acked-by: Jason Wessel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed