]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Eliminate unused APIs intended for adaptive ticks
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 9 May 2013 15:55:54 +0000 (08:55 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 15 Jul 2013 23:58:31 +0000 (16:58 -0700)
commit465b1405afe2dcb743429ac05a80b91ab47928ff
tree3db65e796bbe040004508cf51b076974df0a02fe
parentcb7beb64d4c8894a2b6e860c5a16a183259f68e7
rcu: Eliminate unused APIs intended for adaptive ticks

The rcu_user_enter_after_irq() and rcu_user_exit_after_irq()
functions were intended for use by adaptive ticks, but changes
in implementation have rendered them unnecessary.  This commit
therefore removes them.

Reported-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcupdate.h
kernel/rcutree.c