mirror of https://gitee.com/openkylin/linux.git
parisc: trigger die notifier chain in parisc_terminate()
This will trigger kgdb/kdb when they are enabled. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
c8bbbc67cb
commit
ec4d396b63
|
@ -29,6 +29,7 @@
|
|||
#include <linux/bug.h>
|
||||
#include <linux/ratelimit.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/kdebug.h>
|
||||
|
||||
#include <asm/assembly.h>
|
||||
#include <asm/io.h>
|
||||
|
@ -414,6 +415,7 @@ void parisc_terminate(char *msg, struct pt_regs *regs, int code, unsigned long o
|
|||
{
|
||||
static DEFINE_SPINLOCK(terminate_lock);
|
||||
|
||||
(void)notify_die(DIE_OOPS, msg, regs, 0, code, SIGTRAP);
|
||||
bust_spinlocks(1);
|
||||
|
||||
set_eiem(0);
|
||||
|
|
Loading…
Reference in New Issue