Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758018Ab3DXUZW (ORCPT ); Wed, 24 Apr 2013 16:25:22 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:63536 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757642Ab3DXUZV (ORCPT ); Wed, 24 Apr 2013 16:25:21 -0400 Date: Wed, 24 Apr 2013 13:25:18 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Frederic Weisbecker cc: Ingo Molnar , LKML , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Kevin Hilman , Li Zhong , Oleg Nesterov , "Paul E. McKenney" , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner Subject: Re: [PATCH 1/2] nohz: Fix unavailable tick_stop tracepoint in dynticks idle In-Reply-To: <1366814698-8260-2-git-send-email-fweisbec@gmail.com> Message-ID: References: <1366814698-8260-1-git-send-email-fweisbec@gmail.com> <1366814698-8260-2-git-send-email-fweisbec@gmail.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1510 Lines: 37 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 > Signed-off-by: Frederic Weisbecker > Cc: Chris Metcalf > Cc: Christoph Lameter > Cc: Geoff Levand > Cc: Gilad Ben Yossef > Cc: Hakan Akkan > Cc: Ingo Molnar > Cc: Kevin Hilman > Cc: Li Zhong > Cc: Oleg Nesterov > Cc: Paul E. McKenney > Cc: Paul Gortmaker > Cc: Peter Zijlstra > Cc: Steven Rostedt > Cc: Thomas Gleixner Acked-by: David Rientjes 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/