Re: [PATCH 7/9] KGDB/KDB: add new system NMI entry code to KDB

2013-09-06 Thread Mike Travis
On 9/5/2013 10:00 PM, Jason Wessel wrote: > On 09/05/2013 05:50 PM, Mike Travis wrote: >> This patch adds a new "KDB_REASON" code (KDB_REASON_SYSTEM_NMI). This >> is purely cosmetic to distinguish it from the other various reasons that >> NMI may occur and are usually after an error occurred. A

Re: [PATCH 7/9] KGDB/KDB: add new system NMI entry code to KDB

2013-09-05 Thread Jason Wessel
On 09/05/2013 05:50 PM, Mike Travis wrote: > This patch adds a new "KDB_REASON" code (KDB_REASON_SYSTEM_NMI). This > is purely cosmetic to distinguish it from the other various reasons that > NMI may occur and are usually after an error occurred. Also the dumping > of registers is not done to mor

[PATCH 7/9] KGDB/KDB: add new system NMI entry code to KDB

2013-09-05 Thread Mike Travis
This patch adds a new "KDB_REASON" code (KDB_REASON_SYSTEM_NMI). This is purely cosmetic to distinguish it from the other various reasons that NMI may occur and are usually after an error occurred. Also the dumping of registers is not done to more closely match what is displayed when KDB is enter