commit | 71d1d5c722db9ae3b3f9c08ef7ddcd7759fbb1e0 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 11 16:13:14 2010 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 14 16:37:26 2010 -0700 |
tree | 64d9f91fc839ad4f2270579ff2376c906ee16caa | |
parent | f5155b33277c9678041a27869165619bb34f722f [diff] |
rcu: add __rcu API for later sparse checking This commit defines an __rcu API, but provides only vacuous definitions for it. This breaks dependencies among most of the subsequent patches, allowing them to reach mainline asynchronously via whatever trees are appropriate. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Christopher Li <sparse@chrisli.org> Cc: Josh Triplett <josh@joshtriplett.org>