From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [Xen-devel] Re: [patch 12/21] Xen-paravirt: Allocate and free vmalloc areas Date: Fri, 16 Feb 2007 11:10:08 +0000 Message-ID: References: <20070216091843.GB28196@muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20070216091843.GB28196@muc.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.osdl.org Errors-To: virtualization-bounces@lists.osdl.org To: Andi Kleen , Jeremy Fitzhardinge Cc: Ian Pratt , xen-devel@lists.xensource.com, Chris Wright , virtualization@lists.osdl.org, Andrew Morton , linux-kernel@vger.kernel.org, Jan Beulich List-Id: virtualization@lists.linuxfoundation.org On 16/2/07 09:18, "Andi Kleen" wrote: >> It's for populating the pagetable in a vmalloc area. There's magic in > = > If the lazy setup doesn't work for you you can always call vmalloc_sync() > early. vmalloc_sync_all()? That's a great idea. We can put that in alloc_vm_area() and kill {lock,unlock}_vm_area() which is a nice interface simplification. Thanks! Keir