From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934517AbXLMXLd (ORCPT ); Thu, 13 Dec 2007 18:11:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755175AbXLMXLZ (ORCPT ); Thu, 13 Dec 2007 18:11:25 -0500 Received: from gate.crashing.org ([63.228.1.57]:33059 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753710AbXLMXLY (ORCPT ); Thu, 13 Dec 2007 18:11:24 -0500 Subject: Re: What was the problem with quicklists and x86-64? From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org To: Christoph Lameter Cc: Jeremy Fitzhardinge , Suresh Siddha , Linux Kernel Mailing List , Ingo Molnar , Andi Kleen , Tony Luck , Asit Mallick , Andrew Morton In-Reply-To: References: <47603321.4030700@goop.org> <1197578876.15741.163.camel@pasglop> <1197579788.15741.172.camel@pasglop> <1197584859.15741.185.camel@pasglop> Content-Type: text/plain Date: Fri, 14 Dec 2007 10:10:30 +1100 Message-Id: <1197587431.15741.189.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2007-12-13 at 14:36 -0800, Christoph Lameter wrote: > On Fri, 14 Dec 2007, Benjamin Herrenschmidt wrote: > > > > No this may mean that the problem does not exist on powerpc since it > > > seems to be okay to free pages before all processors have flushed the > > > TLBs? Or are you deferrring the freeing of the pages via RCU? > > > > I'm deferring the freeing with RCU. > > The deferral works on a page level or for the whole list of pages that > have been gathered? We have a separate batch to store page table pages with an RCU head on it, we fire it off when it's full or when tlb gather is complete. Ben.