diff options
author | Paul E. McKenney <paulmck@linux.ibm.com> | 2018-11-29 01:59:50 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-01-26 00:28:25 +0100 |
commit | c97058d03329284068e45796df13510e5f940d8b (patch) | |
tree | 413e1b2e48c0a9b4277af8d1ace2a407504557ab /kernel/rcu/rcu.h | |
parent | rcu: Inline force_quiescent_state() into rcu_force_quiescent_state() (diff) | |
download | linux-c97058d03329284068e45796df13510e5f940d8b.tar.xz linux-c97058d03329284068e45796df13510e5f940d8b.zip |
rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVOR
Now that the RCU flavors have been consolidated, RCU_BH_FLAVOR and
RCU_SCHED_FLAVOR are no longer used. This commit therefore saves a
few lines by removing them.
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'kernel/rcu/rcu.h')
-rw-r--r-- | kernel/rcu/rcu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/rcu/rcu.h b/kernel/rcu/rcu.h index a393e24a9195..75787186bd4f 100644 --- a/kernel/rcu/rcu.h +++ b/kernel/rcu/rcu.h @@ -462,8 +462,6 @@ void rcu_request_urgent_qs_task(struct task_struct *t); enum rcutorture_type { RCU_FLAVOR, - RCU_BH_FLAVOR, - RCU_SCHED_FLAVOR, RCU_TASKS_FLAVOR, SRCU_FLAVOR, INVALID_RCU_FLAVOR |