On Mon, 10 Apr 2017 11:15:15 -0700 "Paul E. McKenney" <[email protected]> wrote:
> On Mon, Apr 10, 2017 at 02:10:07PM -0400, Steven Rostedt wrote: > > From: "Steven Rostedt (VMware)" <[email protected]> > > > > The updates to the trace_active per cpu variable can be updated with the > > __this_cpu_*() functions as it only gets updated on the CPU that the > > variable > > is on. > > > > Thanks to Paul McKenney for suggesting __this_cpu_* instead of this_cpu_*. > > > > Signed-off-by: Steven Rostedt (VMware) <[email protected]> > > Acked-by: Paul E. McKenney <[email protected]> > Thank you very much! -- Steve

