]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Remove the unused rcu_irq_exit_preempt() function
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 30 Mar 2021 20:23:49 +0000 (13:23 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 10 May 2021 23:22:53 +0000 (16:22 -0700)
commit6fa4ead7d1a1171280b45e7e7770439409ecf129
tree47b9aa4b9ebcb297ca86b3df3a9e7064f4a35a0d
parentc9c2db065ae30e8313da67540abace96a9db3911
rcu: Remove the unused rcu_irq_exit_preempt() function

Commit 64a6b5b78884 ("x86/entry: Clean up idtentry_enter/exit()
leftovers") left the rcu_irq_exit_preempt() in place in order to avoid
conflicts with the -rcu tree.  Now that this change has long since hit
mainline, this commit removes the no-longer-used rcu_irq_exit_preempt()
function.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
include/linux/rcutiny.h
include/linux/rcutree.h
kernel/rcu/tree.c