Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422694AbWCWU5J (ORCPT ); Thu, 23 Mar 2006 15:57:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422696AbWCWU5J (ORCPT ); Thu, 23 Mar 2006 15:57:09 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:60833 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1422694AbWCWU5I (ORCPT ); Thu, 23 Mar 2006 15:57:08 -0500 Subject: Re: [RFC][PATCH 1/10] 64 bit resources core changes From: Arjan van de Ven To: Linus Torvalds Cc: vgoyal@in.ibm.com, linux kernel mailing list , Fastboot mailing list , Morton Andrew Morton , "Eric W. Biederman" , galak@kernel.crashing.org, gregkh@suse.de, bcrl@kvack.org, Dave Jiang , Maneesh Soni , Murali In-Reply-To: References: <20060323195752.GD7175@in.ibm.com> <20060323195944.GE7175@in.ibm.com> <1143145335.3147.52.camel@laptopd505.fenrus.org> Content-Type: text/plain Date: Thu, 23 Mar 2006 21:56:59 +0100 Message-Id: <1143147419.3147.54.camel@laptopd505.fenrus.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 919 Lines: 23 On Thu, 2006-03-23 at 12:52 -0800, Linus Torvalds wrote: > > On Thu, 23 Mar 2006, Arjan van de Ven wrote: > > > > hmmmm are there any platforms where unsigned long long is > 64 bits? > > (and yes it would be nice if there was a u64 printf flag ;) > > Adding a new printf flag is technically _trivial_. > > The problem is getting gcc not to warn about it every time it sees it > (while not losing the gcc format string checking entirely). Do newer gcc's > allow some way of saying "this flag takes this type" for extended format > definitions? afaics there is none... even if there was a "just don't warn about this one" would be nice.. but I don't see that either. - 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/