Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71945
b: refs/heads/master
c: c1e7399
h: refs/heads/master
i:
  71943: 372738f
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Oct 21, 2007
1 parent 879ee14 commit 6c539b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eaa854902aaeeade4a28cc8987de2b2ce182003b
refs/heads/master: c1e7399da76646f34c3857147cca649cd58745af
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,14 @@ static int printk_address(unsigned long address)
offset = (address - vma->vm_start) + (vma->vm_pgoff << PAGE_SHIFT);

write_unlock_irq(&tasklist_lock);
mmput(mm);
return printk("<0x%p> [ %s + 0x%lx ]",
(void *)address, name, offset);
}

vml = vml->next;
}
mmput(mm);
}
write_unlock_irq(&tasklist_lock);

Expand Down

0 comments on commit 6c539b4

Please sign in to comment.