Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753734AbZICIZU (ORCPT ); Thu, 3 Sep 2009 04:25:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753673AbZICIZT (ORCPT ); Thu, 3 Sep 2009 04:25:19 -0400 Received: from chilli.pcug.org.au ([203.10.76.44]:58096 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753586AbZICIZR (ORCPT ); Thu, 3 Sep 2009 04:25:17 -0400 Date: Thu, 3 Sep 2009 18:25:10 +1000 From: Stephen Rothwell To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Xiao Guangrong Subject: linux-next: tip tree build warnings Message-Id: <20090903182510.8fd4d4d1.sfr@canb.auug.org.au> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.5; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__3_Sep_2009_18_25_10_+1000_urGwXRyHLq6=QjZC" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1811 Lines: 48 --Signature=_Thu__3_Sep_2009_18_25_10_+1000_urGwXRyHLq6=QjZC Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, Today's linux-next build (powerpc ppc64_defconfig) produced these warning: In file included from include/trace/ftrace.h:285, from include/trace/define_trace.h:61, from include/trace/events/timer.h:342, from kernel/timer.c:50: include/trace/events/timer.h: In function 'ftrace_raw_output_itimer_state': include/trace/events/timer.h:280: warning: format '%lu' expects type 'long = unsigned int', but argument 4 has type 'cputime_t' include/trace/events/timer.h: In function 'ftrace_raw_output_itimer_expire': include/trace/events/timer.h:317: warning: format '%lu' expects type 'long = unsigned int', but argument 5 has type 'cputime_t' Introduced by commit 3f0a525ebf4b8ef041a332bbe4a73aee94bb064b ("timers: Add= tracepoints for itimer") from the tip tree. cputime_t is variously "u64", "unsigned long long" and "unsigned long" on different architectures. --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ --Signature=_Thu__3_Sep_2009_18_25_10_+1000_urGwXRyHLq6=QjZC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkqffWYACgkQjjKRsyhoI8wf6gCghWrHSU6isgx3Vz57qtE7OmmE DrIAoLnuD2RyQGXuB6nSjEiJpVtoyZsD =qZme -----END PGP SIGNATURE----- --Signature=_Thu__3_Sep_2009_18_25_10_+1000_urGwXRyHLq6=QjZC-- -- 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/