aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rcutiny.h
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-05-03 13:45:51 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-06-08 18:52:33 -0700
commitfe21a27e8ca0937a5ac298de1f4b46382e9c5c88 (patch)
treea591f03128dd7423ee14cfbf389c809a7f1af5f8 /include/linux/rcutiny.h
parentrcu: Move torture-related functions out of rcutiny.h and rcutree.h (diff)
downloadlinux-dev-fe21a27e8ca0937a5ac298de1f4b46382e9c5c88.tar.xz
linux-dev-fe21a27e8ca0937a5ac298de1f4b46382e9c5c88.zip
rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.h
The rcu_request_urgent_qs_task() function is used only within RCU, so there is no point in exporting it to the rest of the kernel from nclude/linux/rcutiny.h and include/linux/rcutree.h. This commit therefore moves this function to kernel/rcu/rcu.h. Reported-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'include/linux/rcutiny.h')
-rw-r--r--include/linux/rcutiny.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h
index 0d9270913686..f5067941bc27 100644
--- a/include/linux/rcutiny.h
+++ b/include/linux/rcutiny.h
@@ -157,10 +157,6 @@ static inline bool rcu_is_watching(void)
return true;
}
-static inline void rcu_request_urgent_qs_task(struct task_struct *t)
-{
-}
-
static inline void rcu_all_qs(void)
{
barrier(); /* Avoid RCU read-side critical sections leaking across. */