From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [patch 20/26] Xen-paravirt_ops: Core Xen implementation Date: Mon, 19 Mar 2007 11:15:51 -0700 Message-ID: <20070319181551.GA10574@sequoia.sous-sol.org> References: <20070301232443.195603797@goop.org> <20070301232528.812011702@goop.org> <20070316091411.GF23174@elte.hu> <20070316171250.GM10574@sequoia.sous-sol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Eric W. Biederman" Cc: Zachary Amsden , Jeremy Fitzhardinge , xen-devel@lists.xensource.com, Ian Pratt , virtualization@lists.osdl.org, Rusty Russell , linux-kernel@vger.kernel.org, Adrian Bunk , Chris Wright , Andi Kleen , Thomas Gleixner , Ingo Molnar , Andrew Morton , Christian Limpach List-Id: virtualization@lists.linuxfoundation.org * Eric W. Biederman (ebiederm@xmission.com) wrote: > Chris Wright writes: > > > * Ingo Molnar (mingo@elte.hu) wrote: > >> > ENTRY(swapper_pg_dir) > >> > + .align PAGE_SIZE_asm > >> > .fill 1024,4,0 > >> > >> does the native kernel lose memory here? > > > > Not in my builds. > > Shouldn't the align be before the label. Otherwise padding > would be inserted between the label and the data. Yes, I think you're right. Thanks -chris