From: Anton Vorontsov Date: Mon, 30 Jul 2012 11:58:10 +0000 (-0700) Subject: kernel/debug: Make use of KGDB_REASON_NMI X-Git-Tag: v3.6-rc2~41^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10d22d6e8f76b9e94871aebe0fc62aab2748200;p=pandora-kernel.git 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 Signed-off-by: Jason Wessel --- Reading git-diff-tree failed