Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46249
b: refs/heads/master
c: 87f76d3
h: refs/heads/master
i:
  46247: 09d1e9e
v: v3
  • Loading branch information
bibo,mao authored and Tony Luck committed Feb 5, 2007
1 parent 8c949d7 commit 42652f6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ae0af3e3462fdada42deba30479aba70c6cf8b72
refs/heads/master: 87f76d3aafe5b5e0a1d6d857088a0263b35afa6b
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ find_thread_for_addr (struct task_struct *child, unsigned long addr)
*/
list_for_each_safe(this, next, &current->children) {
p = list_entry(this, struct task_struct, sibling);
if (p->mm != mm)
if (p->tgid != child->tgid)
continue;
if (thread_matches(p, addr)) {
child = p;
Expand Down

0 comments on commit 42652f6

Please sign in to comment.