On Wed, 24 Apr 2013, Frederic Weisbecker wrote: > The trace_tick_stop() tracepoint is only available in full > dynticks. But it's also used by dynticks-idle so let's build > it for the latter config as well. > > This fixes: > > kernel/time/tick-sched.c: In function tick_nohz_stop_sched_tick: > kernel/time/tick-sched.c:644: error: implicit declaration of function > trace_tick_stop > make[2]: *** [kernel/time/tick-sched.o] Erreur 1 > > Reported-by: Ingo Molnar <[email protected]> > Signed-off-by: Frederic Weisbecker <[email protected]> > Cc: Chris Metcalf <[email protected]> > Cc: Christoph Lameter <[email protected]> > Cc: Geoff Levand <[email protected]> > Cc: Gilad Ben Yossef <[email protected]> > Cc: Hakan Akkan <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Kevin Hilman <[email protected]> > Cc: Li Zhong <[email protected]> > Cc: Oleg Nesterov <[email protected]> > Cc: Paul E. McKenney <[email protected]> > Cc: Paul Gortmaker <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Cc: Steven Rostedt <[email protected]> > Cc: Thomas Gleixner <[email protected]>
Acked-by: David Rientjes <[email protected]> Fixes all of the build errors I've detected in timers/nohz. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

