From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: tip tree build warning Date: Mon, 16 Nov 2009 09:05:07 -0800 Message-ID: <20091116090507.18abfa0f.randy.dunlap@oracle.com> References: <20091116162503.7f083c3a.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from acsinet12.oracle.com ([141.146.126.234]:36083 "EHLO acsinet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751882AbZKPRFo (ORCPT ); Mon, 16 Nov 2009 12:05:44 -0500 In-Reply-To: <20091116162503.7f083c3a.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, 16 Nov 2009 16:25:03 +1100 Stephen Rothwell wrote: > Hi all, > > Today's linux-next build (x86_64 allmodconfig) produced this warning: > > arch/x86/kernel/apic/apic.c: In function 'calibrate_APIC_clock': > arch/x86/kernel/apic/apic.c:650: warning: format '%ld' expects type 'long int', but argument 2 has type 'u32' > > Introduced by commit 23af368e9a904f59256c27d371ce223d6cee0430 > ("clockevents: Use u32 for mult and shift factors"). also this warning: arch/x86/kernel/vmiclock_32.c:230: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'u32' (i386 build) --- ~Randy