From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 10/15] powerpc: Define slb0_limit() for BOOK3E From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: <021a5af117537ce9f7c6c3b27310f15851ab5034.1302856271.git.michael@ellerman.id.au> Content-Type: text/plain; charset="UTF-8" Date: Tue, 19 Apr 2011 07:41:42 +1000 Message-ID: <1303162902.28876.164.camel@pasglop> Mime-Version: 1.0 Cc: Michael Ellerman , Jimi Xenidis , jack@codezen.org, imunsie@au.ibm.com, linuxppc-dev@ozlabs.org, David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2011-04-18 at 07:42 -0500, Kumar Gala wrote: > Let's rename this function to something 'linear_map'. As on FSL > Book-E 64 we do things a bit differently and have more covered in > linear map than 1G It's not quite linear_map. It's whatever can be accessed without taking exceptions. IE. What is bolted. It should probably go into a variable initialized by the mm code tho. Cheers, Ben.