rcu: remove redundant ACCESS_ONCE definition from rcupreempt.c
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 17 Aug 2008 19:50:36 +0000 (12:50 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 18 Aug 2008 07:45:22 +0000 (09:45 +0200)
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>

No differences found