Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 19 Feb 2003 16:11:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 19 Feb 2003 16:11:53 -0500 Received: from rth.ninka.net ([216.101.162.244]:4769 "EHLO rth.ninka.net") by vger.kernel.org with ESMTP id ; Wed, 19 Feb 2003 16:11:51 -0500 Subject: Re: [PATCH] add new DMA_ADDR_T_SIZE define From: "David S. Miller" To: "Randy.Dunlap" Cc: Ion Badulescu , torvalds@transmeta.com, linux-kernel@vger.kernel.org In-Reply-To: <20030219092046.458c2876.rddunlap@osdl.org> References: <20030219092046.458c2876.rddunlap@osdl.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 19 Feb 2003 14:06:12 -0800 Message-Id: <1045692372.14268.9.camel@rth.ninka.net> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 512 Lines: 12 On Wed, 2003-02-19 at 09:20, Randy.Dunlap wrote: > Does this help with being able to printk() a ? How? > Always use a cast to (u64) or something else? One should always cast to long long and use %llx. There is no printf format appropriate for a 'u64'. - 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/