git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
269484a
)
sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlock
author
Oleg Nesterov
<oleg@redhat.com>
Tue, 30 Mar 2010 16:58:29 +0000
(18:58 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 2 Apr 2010 18:11:05 +0000
(20:11 +0200)
Trivial typo fix. rq->migration_thread can be NULL after
task_rq_unlock(), this is why we have "mt" which should be
used instead.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <
20100330165829
.GA18284@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
patch
|
blob
|
history
diff --cc
kernel/sched.c
Simple merge