commit | c97058d03329284068e45796df13510e5f940d8b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Wed Nov 28 16:59:50 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Fri Jan 25 15:28:25 2019 -0800 |
tree | 413e1b2e48c0a9b4277af8d1ace2a407504557ab | |
parent | cd920e5a34abea837418691d366472311e7b9147 [diff] |
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>