Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/debug: Make use of KGDB_REASON_NMI
Currently kernel never set KGDB_REASON_NMI. We do now, when we enter KGDB/KDB from an NMI. This is not to be confused with kgdb_nmicallback(), NMI callback is an entry for the slave CPUs during CPUs roundup, but REASON_NMI is the entry for the master CPU. Signed-off-by: Anton Vorontsov <[email protected]> Signed-off-by: Jason Wessel <[email protected]>
- Loading branch information