Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 19 Feb 2003 12:19:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 19 Feb 2003 12:19:53 -0500 Received: from ip64-48-93-2.z93-48-64.customer.algx.net ([64.48.93.2]:40675 "EHLO ns1.limegroup.com") by vger.kernel.org with ESMTP id ; Wed, 19 Feb 2003 12:19:52 -0500 Date: Wed, 19 Feb 2003 12:28:38 -0500 (EST) From: Ion Badulescu X-X-Sender: ion@guppy.limebrokerage.com To: "Randy.Dunlap" cc: torvalds@transmeta.com, Subject: Re: [PATCH] add new DMA_ADDR_T_SIZE define In-Reply-To: <20030219092046.458c2876.rddunlap@osdl.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 692 Lines: 20 On Wed, 19 Feb 2003, Randy.Dunlap wrote: > Does this help with being able to printk() a ? How? > Always use a cast to (u64) or something else? It doesn't help with printk(), but frankly if you're printing a dma_addr_t then you're probably debugging, not performance-tuning, so the cast to u64 is acceptable. Ion -- It is better to keep your mouth shut and be thought a fool, than to open it and remove all doubt. - 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/