[Kgdb-bugreport] [PATCH 02/11] kdb: Implement disable_nmi command

2012-09-19 Thread Anton Vorontsov
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:

Re: [Kgdb-bugreport] [PATCH 02/11] kdb: Implement disable_nmi command

2012-09-19 Thread Jason Wessel
On 09/13/2012 10:03 AM, Anton Vorontsov wrote: 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