Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.c
authorRobin Getz <robin.getz@analog.com>
Thu, 11 Mar 2010 19:26:38 +0000 (19:26 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 21 May 2010 13:40:18 +0000 (09:40 -0400)
commitd28cff4b615c2da274922311cef024d52c839870
treedb6ef07c3159244b1ab1b870d7956746888f77c2
parent2a12c4632db1c0c548a7023e63869b27c7789a92
Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.c

Now that the split traps code has moved all the verbose output to the
trace.c file, we can unify all the CONFIG_DEBUG_VERBOSE handling.  This
gets rid of much of the crappy ifdef forest and enables usage of normal
pr_xxx functions so checkpatch stops complaining.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/bfin-global.h
arch/blackfin/include/asm/trace.h
arch/blackfin/kernel/Makefile
arch/blackfin/kernel/trace.c
arch/blackfin/kernel/traps.c