From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from over.ny.us.ibm.com (over.ny.us.ibm.com [32.97.182.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "over.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 55C8F67A6C for ; Tue, 15 Mar 2005 07:22:01 +1100 (EST) Received: from e32.co.us.ibm.com (e32.esmtp.ibm.com [9.14.4.130]) by pokfb.esmtp.ibm.com (8.12.11/8.12.11) with ESMTP id j2EJasiX008690 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Mon, 14 Mar 2005 14:36:54 -0500 Date: Mon, 14 Mar 2005 13:36:40 -0600 To: Stephen Rothwell Message-ID: <20050314193640.GE498@austin.ibm.com> References: <20050309120343.0c22eb0f.sfr@canb.auug.org.au> <20050309200109.GG1220@austin.ibm.com> <20050310134216.5b9b27ef.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20050310134216.5b9b27ef.sfr@canb.auug.org.au> From: Linas Vepstas Cc: linuxppc64-dev@ozlabs.org, linuxppc-dev@ozlabs.org Subject: Re: [RFC][PATCH] combining header files List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Mar 10, 2005 at 01:42:16PM +1100, Stephen Rothwell was heard to remark: > On Wed, 9 Mar 2005 14:01:09 -0600 Linas Vepstas wrote: > > > > Why not #include instead? > > Because I am talking about similarities between ppc and ppc64 not ppc64 > and the generic code (though there may be some of those to be exploited as > well). Hmm. well, yes. I just figured that since you're looking at this anyway, may as well look to see if it can be made generic. --linas