From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Date: Mon, 29 Sep 2003 17:43:28 +0000 Subject: Re: [PATCH] long format VHPT Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Chen, Kenneth W wrote: > I did some hacking over the weekend. VHPT allocation can be done > from boot processor in function do_boot_cpu() before waking up > secondary CPUs. Allocation can be easily made numa friendly by > calling alloc_pages_node (didn't bother to do that for now). I was thinking of the hot-plug CPU case, where the allocation has to be done on the newly added CPU anyway. -Arun