From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [patch 20/26] Xen-paravirt_ops: Core Xen implementation Date: Mon, 19 Mar 2007 12:05:35 -0600 Message-ID: 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: In-Reply-To: <20070316171250.GM10574@sequoia.sous-sol.org> (Chris Wright's message of "Fri, 16 Mar 2007 10:12:50 -0700") Sender: linux-kernel-owner@vger.kernel.org To: Chris Wright Cc: Ingo Molnar , Jeremy Fitzhardinge , Andi Kleen , Andrew Morton , linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Zachary Amsden , Rusty Russell , Ian Pratt , Christian Limpach , Adrian Bunk , Thomas Gleixner List-Id: virtualization@lists.linuxfoundation.org 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. Eric