From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sasl.smtp.pobox.com (a-sasl-fastnet.sasl.smtp.pobox.com [207.106.133.19]) by ozlabs.org (Postfix) with ESMTP id 484A9DDF25 for ; Wed, 19 Mar 2008 01:45:33 +1100 (EST) Date: Tue, 18 Mar 2008 09:45:12 -0500 From: Nathan Lynch To: Benjamin Herrenschmidt Subject: Re: [PATCH v2] Force 4K pages for IO addresses. Message-ID: <20080318144511.GQ4712@localdomain> References: <20080317034758.GG6887@bakeyournoodle.com> <20080317035419.GH6887@bakeyournoodle.com> <20080318003434.GA671@lixom.net> <1205808221.26869.207.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1205808221.26869.207.camel@pasglop> Cc: Olof Johansson , LinuxPPC-dev , Jan-Bernd Themann , Paul Mackerras , Stephen Rothwell List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: > > On Mon, 2008-03-17 at 19:34 -0500, Olof Johansson wrote: > > On Mon, Mar 17, 2008 at 02:54:19PM +1100, Tony Breeds wrote: > > > Currently HEA requires 4K pages for IO resources. Just set the pages size to > > > IO to 4K. > > > > Well, that's too bad. Why penalize all platforms for it? > > > > I.e.: Nack, we use 64K iopages on pa6t and it works well. No need to > > waste tlb and erat space. > > We would have to make that pSeries specific for now I suppose... > > We don't have a way to know that there "can" be an EHEA right ? It may > not be in the device-tree at boot and dynamically added to the > partition... The ibm,drc-names property of the root node should have "HEA" strings in it on systems where EHEA can potentially be present.