Skip to content

Commit

Permalink
Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code.
Browse files Browse the repository at this point in the history
 - 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 <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Robin Getz authored and Bryan Wu committed Oct 29, 2007
1 parent a15c2dc commit 226eb1e
Showing 1 changed file with 179 additions and 139 deletions.
Loading

0 comments on commit 226eb1e

Please sign in to comment.