From: Alexander van Heukelum Date: Wed, 22 Oct 2008 10:00:10 +0000 (+0200) Subject: x86_64, dumpstack: move kexec_crash from __die to oops_end X-Git-Tag: v2.6.29-rc1~587^2~4^10~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed7a498f416dcfa1cca478a559238a2a3396240;p=pandora-kernel.git x86_64, dumpstack: move kexec_crash from __die to oops_end oops_end is preceded by either a call to __die, or a conditional call to crash_kexec. Move the conditional call to crash_kexec from the end of __die to the start of oops_end and remove the superfluous call to crash_kexec in die_nmi. Signed-off-by: Alexander van Heukelum Acked-by: Neil Horman Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed