From owner-freebsd-arch@FreeBSD.ORG Wed Jun 10 01:50:11 2009 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20371106564A for ; Wed, 10 Jun 2009 01:50:11 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id D331E8FC1B for ; Wed, 10 Jun 2009 01:50:10 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 0A29211932; Wed, 10 Jun 2009 11:50:07 +1000 (EST) Received: from peter-grehans-macbook.local (c-76-25-181-67.hsd1.co.comcast.net [76.25.181.67]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id EUR53066 (AUTH peterg@ptree32.com.au); Wed, 10 Jun 2009 11:50:03 +1000 (EST) Message-ID: <4A2F1148.9090706@freebsd.org> Date: Tue, 09 Jun 2009 19:50:00 -0600 From: Peter Grehan User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Jeff Roberson References: <20090609201127.GA50903@alchemy.franken.de> In-Reply-To: <20090609201127.GA50903@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: arch@freebsd.org, Marius Strobl Subject: Re: Dynamic pcpu, arm, mips, powerpc, sun, etc. help needed X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 01:50:11 -0000 > As for sparc64 allocating the storage for the dynamic area > from end probably isn't a good idea as the pmap code assumes > that the range from KERNBASE to end is covered by the pages > allocated by and locked into the TLB for the kernel by the > loader Ditto for ppc. It's possible to get the additional space from within or after return from pmap_bootstrap() (like thread0's kstack, or the msgbuf). later, Peter.