[PATCH 14/14] x86/UV: Add call to KGDB/KDB from NMI handler

2013-03-12 Thread Mike Travis
This patch restores the ability to enter KDB (and KGDB) from the UV NMI handler. It utilizes the newly added kgdb_nmicallin function to gain entry to KGDB/KDB by the master. The slaves still enter via the standard kgdb_nmicallback function. The handler also uses the new 'send_ready' pointer to

[PATCH 14/14] x86/UV: Add call to KGDB/KDB from NMI handler

2013-03-12 Thread Mike Travis
This patch restores the ability to enter KDB (and KGDB) from the UV NMI handler. It utilizes the newly added kgdb_nmicallin function to gain entry to KGDB/KDB by the master. The slaves still enter via the standard kgdb_nmicallback function. The handler also uses the new 'send_ready' pointer to