commit | ce7c169dee28866539abb0e603b9a23055d30fdc | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue Mar 30 13:23:49 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon May 10 16:22:53 2021 -0700 |
tree | 47b9aa4b9ebcb297ca86b3df3a9e7064f4a35a0d | |
parent | 4c9c3809ae2ecfcece9acb3f51427e617d21fafb [diff] |
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>