commit | 22507ed9b9d587486fb4681e93a8c58837738a25 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 18 16:54:51 2011 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Sep 28 21:38:26 2011 -0700 |
tree | 55038e53e869f1753de448df931255449b2385c8 | |
parent | 8cd889cbb6dd13b47c2ea448a22c49c270ab94a2 [diff] |
rcu: Remove unused and redundant interfaces The rcu_dereference_bh_protected() and rcu_dereference_sched_protected() macros are synonyms for rcu_dereference_protected() and are not used anywhere in mainline. This commit therefore removes them. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>