From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 02ADEDDDF0 for ; Mon, 21 Jul 2008 11:17:36 +1000 (EST) Date: Sun, 20 Jul 2008 18:16:58 -0700 From: Andrew Morton To: benh@kernel.crashing.org Subject: Re: [patch] powerpc: implement pte_special for 64K pages Message-Id: <20080720181658.02651e2f.akpm@linux-foundation.org> In-Reply-To: <1216601875.11027.59.camel@pasglop> References: <20080717104426.GA25083@wotan.suse.de> <1216601875.11027.59.camel@pasglop> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Nick Piggin , linuxppc-dev@ozlabs.org, Dave Kleikamp List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 21 Jul 2008 10:57:55 +1000 Benjamin Herrenschmidt wrote: > On Thu, 2008-07-17 at 12:44 +0200, Nick Piggin wrote: > > This can be folded into powerpc-implement-pte_special.patch > > > > -- > > Ben has now freed up a pte bit on 64k pages. Use it for special pte bit. > > > > Signed-off-by: Nick Piggin > > --- > > Ack. > > Andrew, will you merge this or do you want me to ? I can do so.