diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-07-06 19:54:25 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-08-31 02:03:25 +0300 |
commit | 4c7e9c1434c6fc960774a5475f2fbccbf557fdeb (patch) | |
tree | f80cdad82eb1260d5d288aca92bcf3d0cfbe3583 /include/linux/rcutiny.h | |
parent | c3854a055bc834806b481b34f5f552ac415b2000 (diff) | |
download | linux-4c7e9c1434c6fc960774a5475f2fbccbf557fdeb.tar.xz |
rcu: Consolidate RCU-bh update-side function definitions
This commit saves a few lines by consolidating the RCU-bh function
definitions at the end of include/linux/rcupdate.h. This consolidation
also makes it easier to remove them all when the time comes.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'include/linux/rcutiny.h')
-rw-r--r-- | include/linux/rcutiny.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h index e66fb8bc2127..df82bada9b19 100644 --- a/include/linux/rcutiny.h +++ b/include/linux/rcutiny.h @@ -68,21 +68,6 @@ static inline void rcu_barrier_sched(void) rcu_barrier(); /* Only one CPU, so only one list of callbacks! */ } -static inline void rcu_barrier_bh(void) -{ - rcu_barrier(); -} - -static inline void synchronize_rcu_bh(void) -{ - synchronize_sched(); -} - -static inline void synchronize_rcu_bh_expedited(void) -{ - synchronize_sched(); -} - static inline void synchronize_rcu_expedited(void) { synchronize_sched(); |