From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ms-smtp-04.texas.rr.com (ms-smtp-04.texas.rr.com [24.93.47.43]) by ozlabs.org (Postfix) with ESMTP id A3FCBDDE9C for ; Thu, 26 Jul 2007 09:32:03 +1000 (EST) From: Dave McCracken To: Benjamin Herrenschmidt Subject: Re: pte_offset_map for ppc assumes HIGHPTE Date: Wed, 25 Jul 2007 18:30:21 -0500 References: <1185405765.5439.371.camel@localhost.localdomain> In-Reply-To: <1185405765.5439.371.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200707251830.21944.dave.mccracken@oracle.com> Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 25 July 2007, Benjamin Herrenschmidt wrote: > Depends... if you have CONFIG_HIGHMEM and not CONFIG_HIGHPTE, you are > wasting time going through kmap_atomic unnecessarily no ? it will probably > not do anything because the PTE page is in lowmem but still... Probably not much time. You still need to do the page to virtual translation, which kmap_atomic does for you. Dave McCracken