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:
6cecd08
)
sched: Remove unnecessary RCU exclusion
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Tue, 1 Dec 2009 11:21:47 +0000
(12:21 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 9 Dec 2009 09:03:08 +0000
(10:03 +0100)
As Nick pointed out, and realized by myself when doing:
sched: Fix balance vs hotplug race
the patch:
sched: for_each_domain() vs RCU
is wrong, sched_domains are freed after synchronize_sched(), which
means disabling preemption is enough.
Reported-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_fair.c
patch
|
blob
|
history
diff --cc
kernel/sched_fair.c
Simple merge