Skip to content

Commit b93c5fe

Browse files
Yue HaibingFrederic Weisbecker
authored andcommitted
rcu: Remove unused function declaration rcu_eqs_special_set()
Commit a86baa6 ("rcu: Remove special bit at the bottom of the ->dynticks counter") left behind this, remove it. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
1 parent 16128b1 commit b93c5fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/rcutree.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ void synchronize_rcu_expedited(void);
3737
void kvfree_call_rcu(struct rcu_head *head, void *ptr);
3838

3939
void rcu_barrier(void);
40-
bool rcu_eqs_special_set(int cpu);
4140
void rcu_momentary_dyntick_idle(void);
4241
void kfree_rcu_scheduler_running(void);
4342
bool rcu_gp_might_be_stalled(void);

0 commit comments

Comments
 (0)