diff options
| author | Robin Getz <rgetz@blackfin.uclinux.org> | 2008-10-27 23:36:11 -0400 |
|---|---|---|
| committer | Bryan Wu <cooloney@kernel.org> | 2008-10-27 23:36:11 -0400 |
| commit | 4ee1c45337e7b529eed644c6f62399d797dcbc10 (patch) | |
| tree | 4b8c093942bdb8175e0a780bf66c371eea2046f3 | |
| parent | 3b1f26a50a2bfbd2825345b49b1d7f78432a7a4c (diff) | |
Blackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSE
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
| -rw-r--r-- | arch/blackfin/kernel/traps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/kernel/traps.c b/arch/blackfin/kernel/traps.c index 0003616d02a2..bef025b07443 100644 --- a/arch/blackfin/kernel/traps.c +++ b/arch/blackfin/kernel/traps.c | |||
| @@ -59,7 +59,7 @@ | |||
| 59 | #endif | 59 | #endif |
| 60 | 60 | ||
| 61 | 61 | ||
| 62 | #ifdef CONFIG_VERBOSE_DEBUG | 62 | #ifdef CONFIG_DEBUG_VERBOSE |
| 63 | #define verbose_printk(fmt, arg...) \ | 63 | #define verbose_printk(fmt, arg...) \ |
| 64 | printk(fmt, ##arg) | 64 | printk(fmt, ##arg) |
| 65 | #else | 65 | #else |
| @@ -574,7 +574,7 @@ asmlinkage void trap_c(struct pt_regs *fp) | |||
| 574 | #endif | 574 | #endif |
| 575 | panic("Kernel exception"); | 575 | panic("Kernel exception"); |
| 576 | } else { | 576 | } else { |
| 577 | #ifdef CONFIG_VERBOSE_DEBUG | 577 | #ifdef CONFIG_DEBUG_VERBOSE |
| 578 | unsigned long *stack; | 578 | unsigned long *stack; |
| 579 | /* Dump the user space stack */ | 579 | /* Dump the user space stack */ |
| 580 | stack = (unsigned long *)rdusp(); | 580 | stack = (unsigned long *)rdusp(); |
