]> www.infradead.org Git - users/jedix/linux-maple.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>
Tue, 6 Apr 2021 23:07:14 +0000 (16:07 -0700)
commit50eb1000d2fdf5d68db9b2b0e2fd462c2bdf2888
tree8423c07ce0ed7334c47c1a80d0c2cf556ee0aec3
parent023d0803d5ca509b608255c6c4eaddfe4508f062
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