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)
commitce7c169dee28866539abb0e603b9a23055d30fdc
tree47b9aa4b9ebcb297ca86b3df3a9e7064f4a35a0d
parent4c9c3809ae2ecfcece9acb3f51427e617d21fafb
rcu: Remove the unused rcu_irq_exit_preempt() function

Commit 9ee01e0f69a9 ("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