| commit | 479880a3b053850764415c328cc3124713ee6874 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Nov 26 10:42:50 2014 -0800 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jan 05 16:30:53 2015 -0800 |
| tree | c24b8b1866c2150e8aff3003a4f48fb7cbf419e2 | |
| parent | 9969281984f1066b88a7c697be3676cb0a9226ef [diff] |
rcu: Combine DEFINE_SRCU() and DEFINE_STATIC_SRCU() The DEFINE_SRCU() and DEFINE_STATIC_SRCU() definitions are quite similar, so this commit combines them, saving a bit of code and removing redundancy. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>