Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58161
b: refs/heads/master
c: da1f95b
h: refs/heads/master
i:
  58159: 7427336
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Jun 25, 2007
1 parent 52a789a commit b2474c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: de3025f4e2bc063c274f561f9daf2b696910ad3b
refs/heads/master: da1f95b4c41e09ef96869552db587452e0da46d6
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,8 @@ void dump_bfin_regs(struct pt_regs *fp, void *retaddr)

if (current->mm) {
printk(KERN_EMERG "TEXT = 0x%p-0x%p DATA = 0x%p-0x%p\n"
"BSS = 0x%p-0x%p USER-STACK = 0x%p\n\n",
KERN_EMERG "BSS = 0x%p-0x%p USER-STACK = 0x%p\n"
KERN_EMERG "\n",
(void*)current->mm->start_code,
(void*)current->mm->end_code,
(void*)current->mm->start_data,
Expand Down

0 comments on commit b2474c7

Please sign in to comment.