From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e36.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 487F3DDEC1 for ; Thu, 18 Oct 2007 23:25:20 +1000 (EST) Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e36.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id l9IDPGul009277 for ; Thu, 18 Oct 2007 09:25:16 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l9IDPGWC435492 for ; Thu, 18 Oct 2007 07:25:16 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l9IDPFqv021669 for ; Thu, 18 Oct 2007 07:25:15 -0600 Date: Thu, 18 Oct 2007 08:25:14 -0500 From: Josh Boyer To: Yuri Tikhonov Subject: Re: [PATCH] ppc44x: support for 256K PAGE_SIZE Message-ID: <20071018082514.2ce1f43b@weaponx.rchland.ibm.com> In-Reply-To: <200710181718.00965.yur@emcraft.com> References: <200710181108.19413.yur@emcraft.com> <1192704248.13993.36.camel@localhost.localdomain> <200710181718.00965.yur@emcraft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 18 Oct 2007 17:18:00 +0400 Yuri Tikhonov wrote: > > On Thursday 18 October 2007 14:44, you wrote: > > Sorry, this is against arch/ppc which is bug fix only. New features > > should be done against arch/powerpc. > > Understood. The situation here is that the boards, which required these > modifications, have no support in the arch/powerpc branch. So this is > why we made this in arch/ppc. Bit of a dilemma then. What board exactly? > > Also, I'd rather see something along the lines of hugetlbfs support instead. > > Here I agree with Benjamin. Furthermore, IIRC the hugetlb file-system is > supported for PPC64 architectures only. Here we have PPC32. Well that needs fixing anyway, but ok. Also, is the modified binutils only required for userspace to take advantage here? Seems so, but I'd just like to be sure. josh