From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4B5FADDE23 for ; Wed, 18 Feb 2009 17:03:57 +1100 (EST) Subject: Re: setup_64.c:450: warning: format '%lx' expects type 'long unsigned int' From: Benjamin Herrenschmidt To: Geert Uytterhoeven In-Reply-To: References: Content-Type: text/plain Date: Wed, 18 Feb 2009 17:03:50 +1100 Message-Id: <1234937030.14060.442.camel@pasglop> Mime-Version: 1.0 Cc: Linux/PPC Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2009-02-17 at 14:21 +0100, Geert Uytterhoeven wrote: > and ASM_CONST() appends "UL" to the constant. > We probably want to add a ASM_ULL_CONST() for that... Ben.