Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754422AbYFQC31 (ORCPT ); Mon, 16 Jun 2008 22:29:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753328AbYFQC3S (ORCPT ); Mon, 16 Jun 2008 22:29:18 -0400 Received: from relay1.sgi.com ([192.48.171.29]:48515 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751035AbYFQC3R (ORCPT ); Mon, 16 Jun 2008 22:29:17 -0400 Date: Mon, 16 Jun 2008 19:29:13 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Rusty Russell cc: Nick Piggin , Martin Peschke , Andrew Morton , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, David Miller , Eric Dumazet , Peter Zijlstra , Mike Travis Subject: Re: [patch 04/41] cpu ops: Core piece for generic atomic per cpu operations In-Reply-To: <200806171024.40662.rusty@rustcorp.com.au> Message-ID: References: <20080530035620.587204923@sgi.com> <200806152033.02891.rusty@rustcorp.com.au> <200806171024.40662.rusty@rustcorp.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 842 Lines: 21 On Tue, 17 Jun 2008, Rusty Russell wrote: > > The ia64 hook could simply return the address of percpu area that > > was reserved when the per node memory layout was generated (which happens > > very early during node bootstrap). > > Apologies, this time I read the code. I thought IA64 used the pinned TLB area > to access per-cpu vars under some circumstances, but they only do that via an > arch-specific macro. > > So creating new congruent mappings to expand the percpu area(s) is our main > concern now? The concern here was just consolidating the setup code for the per cpu areas. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/