From: Anton Blanchard Date: Wed, 30 Nov 2011 00:23:10 +0000 (+0000) Subject: powerpc: Remove broken and complicated kdump system reset code X-Git-Tag: v3.3-rc1~181^2~38^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b00ac06978c54788f13eefd34a07b77db48d567;p=pandora-kernel.git powerpc: Remove broken and complicated kdump system reset code We have a lot of complicated logic that handles possible recursion between kdump and a system reset exception. We can solve this in a much simpler way using the same setjmp/longjmp tricks xmon does. As a first step, this patch removes the old system reset code. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed