commit | 9b00ac06978c54788f13eefd34a07b77db48d567 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Nov 30 00:23:10 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Dec 08 14:02:22 2011 +1100 |
tree | 4727d71f5d4071b5595d4268c0fe05c8bf2ae02a | |
parent | 58154c8ce71a7854d969d73468fd00e5eeeab708 [diff] |
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 <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>