commit | ded00a56e99555c3f4000ef3eebfd5fe0d574565 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Aug 17 12:50:36 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 18 09:45:22 2008 +0200 |
tree | 384e81f0780de2fb89a82dd341cb24ce2f4364cf | |
parent | cd95851785bcfe95fdf73689e8ecb5a1c5959231 [diff] |
rcu: remove redundant ACCESS_ONCE definition from rcupreempt.c Remove the redundant definition of ACCESS_ONCE() from rcupreempt.c in favor of the one in compiler.h. Also merge the comment header from rcupreempt.c's definition into that in compiler.h. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>