From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A867FDDDEC for ; Thu, 20 Nov 2008 18:10:20 +1100 (EST) Subject: Re: [PATCH v2] powerpc: Use RCU based pte free mechanism for all powerpc From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: <1227135004-27607-1-git-send-email-galak@kernel.crashing.org> References: <1227135004-27607-1-git-send-email-galak@kernel.crashing.org> Content-Type: text/plain Date: Thu, 20 Nov 2008 18:10:10 +1100 Message-Id: <1227165010.7185.205.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2008-11-19 at 16:50 -0600, Kumar Gala wrote: > Refactor the RCU based pte free code that was used on ppc64 to be used > on all powerpc. > > Additionally refactor pte_free() & pte_free_kernel() into common code > between ppc32 & ppc64. > > Signed-off-by: Kumar Gala > --- > * Only does RCU if CONFIG_SMP > * Removed hash_page_sync() as its not needed if we do RCU Patch looks good. I'll try to test it a bit tomorrow. Cheers, Ben.