Searched hist:"243 d1a7977ae0814aa1ccb8bb87f8a4e0822ca8f" (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/ |
H A D | tracepoint.c | diff 243d1a7977ae0814aa1ccb8bb87f8a4e0822ca8f Mon Oct 09 20:30:11 CEST 2017 Paul E. McKenney <paulmck@linux.vnet.ibm.com> tracepoint: Remove smp_read_barrier_depends() from comment
The comment in tracepoint_add_func() mentions smp_read_barrier_depends(), whose use should be quite restricted. This commit updates the comment to instead mention the smp_store_release() and rcu_dereference_sched() that the current code actually uses.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Ingo Molnar <mingo@kernel.org> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
|