commit | 83f54960c11a14942ab00b54c51e91906b9d8235 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Thu Sep 10 18:18:47 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Sep 15 16:01:06 2009 +0200 |
tree | 6c7df778777568bb0c7375b4e7ec84ed532809df | |
parent | ae154be1f34a674e6cbb43ccf6e442f56acd7a70 [diff] |
sched: for_each_domain() vs RCU for_each_domain() uses RCU to serialize the sched_domains, except it doesn't actually use rcu_read_lock() and instead relies on disabling preemption -> FAIL. XXX: audit other sched_domain code. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>