Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119135
b: refs/heads/master
c: 4ee1c45
h: refs/heads/master
i:
  119133: e61b819
  119131: 438a834
  119127: 691c33c
  119119: fce92d5
  119103: 73025b8
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Oct 28, 2008
1 parent 28ae344 commit 8fc27e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b1f26a50a2bfbd2825345b49b1d7f78432a7a4c
refs/heads/master: 4ee1c45337e7b529eed644c6f62399d797dcbc10
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#endif


#ifdef CONFIG_VERBOSE_DEBUG
#ifdef CONFIG_DEBUG_VERBOSE
#define verbose_printk(fmt, arg...) \
printk(fmt, ##arg)
#else
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 8fc27e0

Please sign in to comment.