From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: Content-Type: text/plain Date: Fri, 09 Sep 2005 09:56:05 +1000 Message-Id: <1126223767.29803.34.camel@gaston> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, linuxppc64-dev Subject: Re: [PATCH] ppc: Merge tlb.h List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2005-09-08 at 16:11 -0500, Kumar Gala wrote: > Merged tlb.h between asm-ppc32 and asm-ppc64 into asm-powerpc. Also, fixed > a compiler warning in arch/ppc/mm/tlb.c since it was roughly related. > > Signed-off-by: Kumar K. Gala Do we want to do that ? Replacing 2 different files with one split in #ifdef isn't a progress... As I said, I think we need two subdirs for the low level stuffs that is different, and that includes at this point all of the memory management related stuff. In addition, I'd appreciate if we could avoid touching ppc64 mm related files completely for a couple of weeks as I'm working on a fairly big patch that I'm really tired of having to rebase all the time ;) Ben. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965006AbVIHX4u (ORCPT ); Thu, 8 Sep 2005 19:56:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965084AbVIHX4u (ORCPT ); Thu, 8 Sep 2005 19:56:50 -0400 Received: from gate.crashing.org ([63.228.1.57]:59862 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S965006AbVIHX4u (ORCPT ); Thu, 8 Sep 2005 19:56:50 -0400 Subject: Re: [PATCH] ppc: Merge tlb.h From: Benjamin Herrenschmidt To: Kumar Gala Cc: Paul Mackerras , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, linuxppc64-dev In-Reply-To: References: Content-Type: text/plain Date: Fri, 09 Sep 2005 09:56:05 +1000 Message-Id: <1126223767.29803.34.camel@gaston> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2005-09-08 at 16:11 -0500, Kumar Gala wrote: > Merged tlb.h between asm-ppc32 and asm-ppc64 into asm-powerpc. Also, fixed > a compiler warning in arch/ppc/mm/tlb.c since it was roughly related. > > Signed-off-by: Kumar K. Gala Do we want to do that ? Replacing 2 different files with one split in #ifdef isn't a progress... As I said, I think we need two subdirs for the low level stuffs that is different, and that includes at this point all of the memory management related stuff. In addition, I'd appreciate if we could avoid touching ppc64 mm related files completely for a couple of weeks as I'm working on a fairly big patch that I'm really tired of having to rebase all the time ;) Ben.