From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17256.10342.228209.745529@cargo.ozlabs.ibm.com> Date: Wed, 2 Nov 2005 13:45:58 +1100 From: Paul Mackerras To: Al Viro In-Reply-To: <20051101151716.GY7992@ftp.linux.org.uk> References: <20051101151716.GY7992@ftp.linux.org.uk> Cc: linuxppc-dev@ozlabs.org, Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ppc bug.h namespace pollution List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Al Viro writes: > DATA_TYPE is really not a good thing to put into header that > gets included all over the tree... Very true. However, I don't see any reason why the cast shouldn't just be (long) on both 32-bit and 64-bit, so we can get rid of that define altogether. Paul.