Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89475
b: refs/heads/master
c: 6794c75
h: refs/heads/master
i:
  89473: 9b35206
  89471: 0c82717
v: v3
  • Loading branch information
Li Zefan authored and Tony Luck committed Apr 9, 2008
1 parent 5bde200 commit ba899e2
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: e91450161186a926d16d8fdc8669aa1998bce148
refs/heads/master: 6794c7526651160a75e90322cb750dcceb310d34
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/perfmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -4204,10 +4204,10 @@ pfm_check_task_exist(pfm_context_t *ctx)
do_each_thread (g, t) {
if (t->thread.pfm_context == ctx) {
ret = 0;
break;
goto out;
}
} while_each_thread (g, t);

out:
read_unlock(&tasklist_lock);

DPRINT(("pfm_check_task_exist: ret=%d ctx=%p\n", ret, ctx));
Expand Down

0 comments on commit ba899e2

Please sign in to comment.