commit | ff9cf2ce7afe76435d66c898cc9dacaa68e79d41 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Aug 01 14:10:02 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Aug 15 17:02:56 2008 +0200 |
tree | 81f97a2793fd5487c95e03b84ff061c1391be091 | |
parent | 1f7b94cd3d564901f9e04a8bc5832ae7bfd690a0 [diff] |
rcu: fixes to include/linux/rcupreempt.h Hello! Compared tip/core/rcu to my latest patchset, and found the following issues: o the memory barrier in rcu_exit_nohz() somehow got out of place (it is correct in mainline as of 2.6.26-rc7). o There is a duplicate declaration of rcu_dyntick_sched. The attached patch fixes these. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>