From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030420AbXD2Qv0 (ORCPT ); Sun, 29 Apr 2007 12:51:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755424AbXD2Qv0 (ORCPT ); Sun, 29 Apr 2007 12:51:26 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:42813 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755422AbXD2QvZ (ORCPT ); Sun, 29 Apr 2007 12:51:25 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Jeremy Fitzhardinge Cc: Chuck Ebbert , "H. Peter Anvin" , Andi Kleen , Andrew Morton , virtualization@lists.osdl.org, lkml , Zachary Amsden , Chris Wright , Linus Torvalds Subject: Re: [PATCH 10/28] i386: map enough initial memory to create lowmem mappings References: <20070414204154.871250608@goop.org> <200704192250.52633.ak@suse.de> <4627D756.5020405@zytor.com> <200704192304.01053.ak@suse.de> <4627DB0C.2010804@zytor.com> <4627DDAD.4070805@redhat.com> <4627E099.209@goop.org> <462FC8CD.1030505@goop.org> <462FD0EF.5050706@goop.org> Date: Sun, 29 Apr 2007 10:44:54 -0600 In-Reply-To: <462FD0EF.5050706@goop.org> (Jeremy Fitzhardinge's message of "Wed, 25 Apr 2007 15:06:39 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jeremy Fitzhardinge writes: > Eric W. Biederman wrote: >> And it just occurred to me PSE disabled, otherwise you would not have >> needed more than 4 pages. I supposed you were testing the Xen case. >> > > No, actually, I wasn't. It was booting native (the Xen boot path > doesn't go that way), and it should have booted like a normal native > kernel despite having Xen compiled in. Hm, not sure why it wouldn't be > using the PSE path. Any chance you had CONFIG_DEBUG_PAGEALLOC selected? Apparently that also disabled PSE... Eric