From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765644AbXLMXUc (ORCPT ); Thu, 13 Dec 2007 18:20:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753394AbXLMXUY (ORCPT ); Thu, 13 Dec 2007 18:20:24 -0500 Received: from gate.crashing.org ([63.228.1.57]:44947 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754669AbXLMXUX (ORCPT ); Thu, 13 Dec 2007 18:20:23 -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> <1197587431.15741.189.camel@pasglop> Content-Type: text/plain Date: Fri, 14 Dec 2007 10:19:28 +1100 Message-Id: <1197587969.15741.191.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 15:14 -0800, Christoph Lameter wrote: > On Fri, 14 Dec 2007, Benjamin Herrenschmidt wrote: > > > 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. > > full? You need to wait otill the tlb gather is complete. No, we fire it off with RCU, we don't need to wait for TLB gather to be complete. All we care about is sync with other CPUs doing a page table walk and it's enough for us. We do -not- need to synchronize with TLB invalidations and we don't use IPIs for those anyway. Ben.