Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83120
b: refs/heads/master
c: 540e310
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and Linus Torvalds committed Feb 5, 2008
1 parent 30a1adc commit 883ca2b
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: 8c5900b2d669c7aac1e5b3e8bb8e331a0e6cff61
refs/heads/master: 540e3102f75dca9c5e614905527599de18294cc8
2 changes: 1 addition & 1 deletion trunk/arch/frv/mm/mmu-context.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int cxn_pin_by_pid(pid_t pid)

/* get a handle on the mm_struct */
read_lock(&tasklist_lock);
tsk = find_task_by_pid(pid);
tsk = find_task_by_vpid(pid);
if (tsk) {
ret = -EINVAL;

Expand Down

0 comments on commit 883ca2b

Please sign in to comment.