mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched
This commit renames Tiny RCU functions so that the lowest level of functionality is RCU (e.g., synchronize_rcu()) rather than RCU-sched (e.g., synchronize_sched()). This provides greater naming compatibility with Tree RCU, which will in turn permit more LoC removal once the RCU-sched and RCU-bh update-side API is removed. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> [ paulmck: Fix Tiny call_rcu()'s EXPORT_SYMBOL() in response to a bug report from kbuild test robot. ]
This commit is contained in:
parent
45975c7d21
commit
709fdce754
4 changed files with 48 additions and 47 deletions
|
@ -45,7 +45,6 @@ static inline void rcu_virt_note_context_switch(int cpu)
|
|||
rcu_note_context_switch(false);
|
||||
}
|
||||
|
||||
void synchronize_rcu(void);
|
||||
static inline void synchronize_rcu_bh(void)
|
||||
{
|
||||
synchronize_rcu();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue