]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b3c976e646b6fced7d90a84284498d525479793
treedb6ef07c3159244b1ab1b870d7956746888f77c2
parentf63da162e53777c46c0253134d2cd07f3074342b
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