Blackfin: split kernel/traps.c
authorRobin Getz <robin.getz@analog.com>
Thu, 11 Mar 2010 16:24:18 +0000 (16:24 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 21 May 2010 13:40:17 +0000 (09:40 -0400)
commit2a12c4632db1c0c548a7023e63869b27c7789a92
tree518ec2b9379886d5fe7301cf3d5eed959f0452ca
parentbb84dbf69b0730fcc78c275f900ed74b2b8453a5
Blackfin: split kernel/traps.c

The current kernel/traps.c file has grown a bit unwieldy as more debugging
functionality has been added over time, so split it up into more logical
files.  There should be no functional changes here, just minor whitespace
tweaking.  This should make future extensions easier to manage.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/trace.h
arch/blackfin/kernel/Makefile
arch/blackfin/kernel/dumpstack.c [new file with mode: 0644]
arch/blackfin/kernel/exception.c [new file with mode: 0644]
arch/blackfin/kernel/sys_bfin.c
arch/blackfin/kernel/trace.c [new file with mode: 0644]
arch/blackfin/kernel/traps.c