From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH] Make u64 long long on all architectures (was: the printk problem) Date: Tue, 22 Jul 2008 21:36:46 +1000 Message-ID: <1216726606.11027.207.camel@pasglop> References: <20080625131101.GA6205@digi.com> <20080704104634.GA31634@digi.com> <20080704111540.ddffd241.akpm@linux-foundation.org> <20080704132716.f1e12554.akpm@linux-foundation.org> <20080704204252.GM14894@parisc-linux.org> <20080704150100.1f7b8a65.akpm@linux-foundation.org> <20080705020350.GN14894@parisc-linux.org> <20080722030506.206a2cc2.akpm@linux-foundation.org> <1216722995.8357.4.camel@localhost> Reply-To: benh@kernel.crashing.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1216722995.8357.4.camel@localhost> Sender: linux-ia64-owner@vger.kernel.org To: michael@ellerman.id.au Cc: Andrew Morton , linux-arch@vger.kernel.org, linux-ia64@vger.kernel.org, Matthew Wilcox , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Peter Anvin , Linus Torvalds , "David S. Miller" List-Id: linux-arch.vger.kernel.org On Tue, 2008-07-22 at 20:36 +1000, Michael Ellerman wrote: > concordia powerpc(master) $ find arch/powerpc/ ! -name '*32.*' | xargs > grep "%l" | grep -v "%ll" | wc -l > 635 > > > Someone's gonna get a lot of git points for fixing all those. Might > keep > the speeling fix crowd busy for a But a bunch of those might actually be real longs, not u64's ... Easier to do the change and build something like ppc6xx_defconfig to get a better approximation. Ben. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org ([63.228.1.57]:56737 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752759AbYGVLzp (ORCPT ); Tue, 22 Jul 2008 07:55:45 -0400 Subject: Re: [PATCH] Make u64 long long on all architectures (was: the printk problem) From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org In-Reply-To: <1216722995.8357.4.camel@localhost> References: <20080625131101.GA6205@digi.com> <20080704104634.GA31634@digi.com> <20080704111540.ddffd241.akpm@linux-foundation.org> <20080704132716.f1e12554.akpm@linux-foundation.org> <20080704204252.GM14894@parisc-linux.org> <20080704150100.1f7b8a65.akpm@linux-foundation.org> <20080705020350.GN14894@parisc-linux.org> <20080722030506.206a2cc2.akpm@linux-foundation.org> <1216722995.8357.4.camel@localhost> Content-Type: text/plain Date: Tue, 22 Jul 2008 21:36:46 +1000 Message-ID: <1216726606.11027.207.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: michael@ellerman.id.au Cc: Andrew Morton , linux-arch@vger.kernel.org, linux-ia64@vger.kernel.org, Matthew Wilcox , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Peter Anvin , Linus Torvalds , "David S. Miller" Message-ID: <20080722113646.Ts5q2NzRqeaL1kP4CPIH5qVhO1EdpBzbecPQbD13wp0@z> On Tue, 2008-07-22 at 20:36 +1000, Michael Ellerman wrote: > concordia powerpc(master) $ find arch/powerpc/ ! -name '*32.*' | xargs > grep "%l" | grep -v "%ll" | wc -l > 635 > > > Someone's gonna get a lot of git points for fixing all those. Might > keep > the speeling fix crowd busy for a But a bunch of those might actually be real longs, not u64's ... Easier to do the change and build something like ppc6xx_defconfig to get a better approximation. Ben.