Skip to content
Snippets Groups Projects
Commit 74401729 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

tracing: Replace synchronize_sched() and call_rcu_sched()


Now that synchronize_rcu() waits for preempt-disable regions of code
as well as RCU read-side critical sections, synchronize_sched() can
be replaced by synchronize_rcu().  Similarly, call_rcu_sched() can be
replaced by call_rcu().  This commit therefore makes these changes.

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.ibm.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: <linux-kernel@vger.kernel.org>
Acked-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent c93ffc15
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment