android_kernel_samsung_msm8976/kernel/debug
Anton Vorontsov ad394f66fa 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 <anton.vorontsov@linaro.org>
Acked-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-26 13:42:25 -07:00
..
kdb kdb: Implement disable_nmi command 2012-09-26 13:42:25 -07:00
debug_core.c kernel/debug: Mask KGDB NMI upon entry 2012-09-26 13:42:25 -07:00
debug_core.h
gdbstub.c
Makefile