mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
ce384d83d0
The MIPS implementation of die() forgets to call notify_die() and thus notifiers registered via register_die_notifier() are not called. This results in kgdb not being activated on exceptions. The only subtlety is that notify_die declares its regs argument w/o const, so the const had to be removed from mips die() as well. [Ralf: Fixed build error for SGI IP22 and IP28 platforms.] Signed-off-by: Yury Polyanskiy <ypolyans@princeton.edu> Cc: linux-mips@linux-mips.org Patchworks: http://patchwork.linux-mips.org/patch/1142/ Acked-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> --- |
||
---|---|---|
.. | ||
ip22-berr.c | ||
ip22-eisa.c | ||
ip22-hpc.c | ||
ip22-int.c | ||
ip22-mc.c | ||
ip22-nvram.c | ||
ip22-platform.c | ||
ip22-reset.c | ||
ip22-setup.c | ||
ip22-time.c | ||
ip28-berr.c | ||
Makefile |