Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751271AbWHAJCT (ORCPT ); Tue, 1 Aug 2006 05:02:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751341AbWHAJCT (ORCPT ); Tue, 1 Aug 2006 05:02:19 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:43136 "EHLO sous-sol.org") by vger.kernel.org with ESMTP id S1751271AbWHAJCS (ORCPT ); Tue, 1 Aug 2006 05:02:18 -0400 Date: Tue, 1 Aug 2006 02:03:30 -0700 From: Chris Wright To: Jeremy Fitzhardinge Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, Chris Wright , Christian Limpach , Christoph Lameter , "Eric W. Biederman" , Gerd Hoffmann , Hollis Blanchard , Ian Pratt , Rusty Russell , Zachary Amsden Subject: Re: [PATCH 7 of 13] Make __FIXADDR_TOP variable to allow it to make space for a hypervisor Message-ID: <20060801090330.GC2654@sequoia.sous-sol.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 487 Lines: 13 * Jeremy Fitzhardinge (jeremy@xensource.com) wrote: > -#define MAXMEM (-__PAGE_OFFSET-__VMALLOC_RESERVE) > +#define MAXMEM (__FIXADDR_TOP-__PAGE_OFFSET-__VMALLOC_RESERVE) In the native case we lose one page of lowmem now. thanks, -chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/