Re: [PATCH] rcu: Have rcu torture test select trace_clock

2013-02-04 Thread Paul E. McKenney
On Mon, Feb 04, 2013 at 01:36:13PM -0500, Steven Rostedt wrote: > On Mon, 2013-02-04 at 08:59 -0800, Paul E. McKenney wrote: > > On Mon, Feb 04, 2013 at 10:52:21AM -0500, Steven Rostedt wrote: > > > The rcu torture test uses trace_clock, and requires that it be built > > > into the kernel. If it is

Re: [PATCH] rcu: Have rcu torture test select trace_clock

2013-02-04 Thread Steven Rostedt
On Mon, 2013-02-04 at 08:59 -0800, Paul E. McKenney wrote: > On Mon, Feb 04, 2013 at 10:52:21AM -0500, Steven Rostedt wrote: > > The rcu torture test uses trace_clock, and requires that it be built > > into the kernel. If it is not, then we get the following build error: > > > > ERROR: "trace_cloc

Re: [PATCH] rcu: Have rcu torture test select trace_clock

2013-02-04 Thread Paul E. McKenney
On Mon, Feb 04, 2013 at 10:52:21AM -0500, Steven Rostedt wrote: > The rcu torture test uses trace_clock, and requires that it be built > into the kernel. If it is not, then we get the following build error: > > ERROR: "trace_clock_local" [kernel/rcutorture.ko] undefined! > > Reported-by: Tetsuo H