Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66000
b: refs/heads/master
c: b4055d7
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Aug 5, 2007
1 parent 5453aed commit 83c9b83
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 07bdda02623d6d9078e45f6b6451bc3508878db1
refs/heads/master: b4055d733d58135371c0c3a7f8c8899ca7b4f658
3 changes: 1 addition & 2 deletions trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,7 @@ void dump_bfin_regs(struct pt_regs *fp, void *retaddr)
unsigned short x = 0;
for (; i < ((unsigned int)retaddr & 0xFFFFFFF0) + 32; i += 2) {
if (!(i & 0xF))
printk(KERN_EMERG "\n" KERN_EMERG
"0x%08x: ", i);
printk("\n" KERN_EMERG "0x%08x: ", i);

if (get_user(x, (unsigned short *)i))
break;
Expand Down

0 comments on commit 83c9b83

Please sign in to comment.