Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757653AbYFJRWx (ORCPT ); Tue, 10 Jun 2008 13:22:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757096AbYFJRWo (ORCPT ); Tue, 10 Jun 2008 13:22:44 -0400 Received: from relay2.sgi.com ([192.48.171.30]:37937 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753889AbYFJRWn (ORCPT ); Tue, 10 Jun 2008 13:22:43 -0400 Date: Tue, 10 Jun 2008 10:22:42 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: "Luck, Tony" cc: akpm@linux-foundation.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, David Miller , Eric Dumazet , Peter Zijlstra , Rusty Russell , Mike Travis Subject: RE: [patch 01/41] cpu_alloc: Increase percpu area size to 128k In-Reply-To: <1FE6DD409037234FAB833C420AA843EC0177822B@orsmsx424.amr.corp.intel.com> Message-ID: References: <20080530035620.587204923@sgi.com> <20080530040010.806208523@sgi.com> <1FE6DD409037234FAB833C420AA843EC0177822B@orsmsx424.amr.corp.intel.com> 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: 798 Lines: 20 On Mon, 2 Jun 2008, Luck, Tony wrote: > > The per cpu allocator requires more per cpu space and we are already near > > the limit on IA64. Increase the maximum size of the IA64 per cpu area from > > 64K to 128K. > > > -#define PERCPU_PAGE_SHIFT 16 /* log2() of max. size of per-CPU area */ > > +#define PERCPU_PAGE_SHIFT 17 /* log2() of max. size of per-CPU area */ > > Don't you need some more changes to the alt_dtlb_miss handler in > ivt.S for this to work? 128K is not a supported pagesize on any > processor model. Ok so this needs to be 18? -- 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/