projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b1f26a
)
Blackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSE
author
Robin Getz
<rgetz@blackfin.uclinux.org>
Tue, 28 Oct 2008 03:36:11 +0000
(11:36 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Tue, 28 Oct 2008 03:36:11 +0000
(11:36 +0800)
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/kernel/traps.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/kernel/traps.c
b/arch/blackfin/kernel/traps.c
index 0003616d02a230b9e6ff6846c59fcd631a158623..bef025b074432d467f30bb5e56c79a099492c0ff 100644
(file)
--- a/
arch/blackfin/kernel/traps.c
+++ b/
arch/blackfin/kernel/traps.c
@@
-59,7
+59,7
@@
#endif
-#ifdef CONFIG_
VERBOSE_DEBUG
+#ifdef CONFIG_
DEBUG_VERBOSE
#define verbose_printk(fmt, arg...) \
printk(fmt, ##arg)
#else
@@
-574,7
+574,7
@@
asmlinkage void trap_c(struct pt_regs *fp)
#endif
panic("Kernel exception");
} else {
-#ifdef CONFIG_
VERBOSE_DEBUG
+#ifdef CONFIG_
DEBUG_VERBOSE
unsigned long *stack;
/* Dump the user space stack */
stack = (unsigned long *)rdusp();