From: Robin Getz Date: Mon, 29 Oct 2007 09:59:07 +0000 (+0800) Subject: Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code. X-Git-Tag: v2.6.24-rc2~78^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226eb1ef523a33c66193bc319a92c647e47311d4;p=pandora-kernel.git Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code. - move the CONFIG_KGDB into one block, for easier reading - remove printk from printk_address, and pass around buffers. Also print out the labels when decoding CPLB errors, so you know exactly where the error was. - Do not use fixed addresses, becuase people do not know where they come from. - Turn the printing level down on the dump, so if you don't want, only the signal prints out - just like on other archs. If a kernel/interrupt crashes, it should dump everything all the time Signed-off-by: Robin Getz Signed-off-by: Bryan Wu --- Reading git-diff-tree failed