diff options
author | Yury Norov <ynorov@caviumnetworks.com> | 2018-03-25 19:50:03 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-05-15 19:27:51 +0200 |
commit | 17672480fb1e953f999623b598a98130f8aacfbc (patch) | |
tree | 083aec21ddc8eb7e12a6fc45fd35a7f34b5fcc15 /kernel/rcu/srcutiny.c | |
parent | rcu: Update rcu_bind_gp_kthread() header comment (diff) | |
download | linux-17672480fb1e953f999623b598a98130f8aacfbc.tar.xz linux-17672480fb1e953f999623b598a98130f8aacfbc.zip |
rcu: Declare rcu_eqs_special_set() in public header
Because rcu_eqs_special_set() is declared only in internal header
kernel/rcu/tree.h and stubbed in include/linux/rcutiny.h, it is
inaccessible outside of the RCU implementation. This patch therefore
moves the rcu_eqs_special_set() declaration to include/linux/rcutree.h,
which allows it to be used in non-rcu kernel code.
Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Tested-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'kernel/rcu/srcutiny.c')
0 files changed, 0 insertions, 0 deletions