diff mbox series

[-next] rcu: Remove unused function declaration rcu_eqs_special_set()

Message ID 20230803134919.38832-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 85bcf657a424b490e99e4af2289f34ddcc6c6bb6
Headers show
Series [-next] rcu: Remove unused function declaration rcu_eqs_special_set() | expand

Commit Message

Yue Haibing Aug. 3, 2023, 1:49 p.m. UTC
Commit a86baa69c2b7 ("rcu: Remove special bit at the bottom of the ->dynticks counter")
left behind this, remove it.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/linux/rcutree.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Paul E. McKenney Aug. 4, 2023, 1:55 p.m. UTC | #1
On Thu, Aug 03, 2023 at 09:49:19PM +0800, Yue Haibing wrote:
> Commit a86baa69c2b7 ("rcu: Remove special bit at the bottom of the ->dynticks counter")
> left behind this, remove it.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Good catch!  Queued and pushed, thank you!

							Thanx, Paul

> ---
>  include/linux/rcutree.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/rcutree.h b/include/linux/rcutree.h
> index 126f6b418f6a..153cfc7bbffd 100644
> --- a/include/linux/rcutree.h
> +++ b/include/linux/rcutree.h
> @@ -37,7 +37,6 @@ void synchronize_rcu_expedited(void);
>  void kvfree_call_rcu(struct rcu_head *head, void *ptr);
>  
>  void rcu_barrier(void);
> -bool rcu_eqs_special_set(int cpu);
>  void rcu_momentary_dyntick_idle(void);
>  void kfree_rcu_scheduler_running(void);
>  bool rcu_gp_might_be_stalled(void);
> -- 
> 2.34.1
>
diff mbox series

Patch

diff --git a/include/linux/rcutree.h b/include/linux/rcutree.h
index 126f6b418f6a..153cfc7bbffd 100644
--- a/include/linux/rcutree.h
+++ b/include/linux/rcutree.h
@@ -37,7 +37,6 @@  void synchronize_rcu_expedited(void);
 void kvfree_call_rcu(struct rcu_head *head, void *ptr);
 
 void rcu_barrier(void);
-bool rcu_eqs_special_set(int cpu);
 void rcu_momentary_dyntick_idle(void);
 void kfree_rcu_scheduler_running(void);
 bool rcu_gp_might_be_stalled(void);