From: Haavard Skinnemoen Date: Tue, 13 Mar 2007 16:59:11 +0000 (+0100) Subject: [AVR32] Clean up exception handling code X-Git-Tag: v2.6.22-rc1~1131^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623b0355d5b1f9c6d05005b649a2f3a7b9fd7816;p=pandora-kernel.git [AVR32] Clean up exception handling code * Use generic BUG() handling * Remove some useless debug statements * Use a common function _exception() to send signals or oops when an exception can't be handled. This makes sure init doesn't enter an infinite exception loop as well. Borrowed from powerpc. * Add some basic exception tracing support to the page fault code. * Rework dump_stack(), show_regs() and friends and move everything into process.c * Print information about configuration options and chip type when oopsing Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed