From: Alexander van Heukelum Date: Wed, 22 Oct 2008 10:00:09 +0000 (+0200) Subject: x86, dumpstack: let signr=0 signal no do_exit X-Git-Tag: v2.6.29-rc1~587^2~4^10~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874d93d11823b2b861addac6a5dc31162e924ab2;p=pandora-kernel.git x86, dumpstack: let signr=0 signal no do_exit Change oops_end such that signr=0 signals that do_exit is not to be called. Currently, each use of __die is soon followed by a call to oops_end and 'regs' is set to NULL if oops_end is expected not to call do_exit. Change all such pairs to set signr=0 instead. On x86_64 oops_end is used 'bare' in die_nmi; use signr=0 instead of regs=NULL there, too. Signed-off-by: Alexander van Heukelum Acked-by: Neil Horman Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed