From: Yury Polyanskiy Date: Mon, 26 Apr 2010 04:53:10 +0000 (-0400) Subject: MIPS: die() does not call die notifier chain X-Git-Tag: v2.6.34-rc7~35^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce384d83d00ee457c3931d3fdb9fa2c38e345a3c;p=pandora-kernel.git MIPS: die() does not call die notifier chain 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 Cc: linux-mips@linux-mips.org Patchworks: http://patchwork.linux-mips.org/patch/1142/ Acked-by: Jason Wessel Signed-off-by: Ralf Baechle --- --- Reading git-diff-tree failed