[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230803134919.38832-1-yuehaibing@huawei.com>
Date: Thu, 3 Aug 2023 21:49:19 +0800
From: Yue Haibing <yuehaibing@...wei.com>
To: <paulmck@...nel.org>, <frederic@...nel.org>,
<quic_neeraju@...cinc.com>, <joel@...lfernandes.org>,
<josh@...htriplett.org>, <boqun.feng@...il.com>,
<rostedt@...dmis.org>, <mathieu.desnoyers@...icios.com>,
<jiangshanlai@...il.com>, <qiang.zhang1211@...il.com>
CC: <rcu@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<yuehaibing@...wei.com>
Subject: [PATCH -next] rcu: Remove unused function declaration rcu_eqs_special_set()
Commit a86baa69c2b7 ("rcu: Remove special bit at the bottom of the ->dynticks counter")
left behind this, remove it.
Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
---
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
Powered by blists - more mailing lists