commit | 78b0e0e9b27b62c4b22f05a147f7a80fa58b1ae3 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 12 21:21:06 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon May 19 10:03:39 2008 +0200 |
tree | 84c7a3e28ffc1ed92530fec7837087ad918cc8db | |
parent | d7c0651390b6a03ad53f99faec0ba88109d7191d [diff] |
RCU, rculist.h: fix list iterators RCU list iterators: should prefetch ever be optimised out with no side-effects, the current version will lose the barrier completely. Pointed-out-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>