public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rcu: remove rcu_user_hooks_switch
@ 2015-10-19 21:45 Yang Shi
  2015-10-19 22:59 ` Paul E. McKenney
  0 siblings, 1 reply; 4+ messages in thread
From: Yang Shi @ 2015-10-19 21:45 UTC (permalink / raw)
  To: fweisbec, paulmck, josh, rostedt, mathieu.desnoyers, jiangshanlai
  Cc: linux-kernel, linaro-kernel, yang.shi

It is not invoked by anyone now, just remove it.

Signed-off-by: Yang Shi <yang.shi@linaro.org>
---
 include/linux/rcupdate.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
index 581abf8..56355bc 100644
--- a/include/linux/rcupdate.h
+++ b/include/linux/rcupdate.h
@@ -345,8 +345,6 @@ void rcu_user_exit(void);
 #else
 static inline void rcu_user_enter(void) { }
 static inline void rcu_user_exit(void) { }
-static inline void rcu_user_hooks_switch(struct task_struct *prev,
-					 struct task_struct *next) { }
 #endif /* CONFIG_NO_HZ_FULL */
 
 #ifdef CONFIG_RCU_NOCB_CPU
-- 
2.0.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-20 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 21:45 [PATCH] rcu: remove rcu_user_hooks_switch Yang Shi
2015-10-19 22:59 ` Paul E. McKenney
2015-10-19 23:46   ` Frederic Weisbecker
2015-10-20 20:35     ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox