Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932164AbWAJOUE (ORCPT ); Tue, 10 Jan 2006 09:20:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932166AbWAJOUB (ORCPT ); Tue, 10 Jan 2006 09:20:01 -0500 Received: from ns.virtualhost.dk ([195.184.98.160]:791 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S932164AbWAJOUA (ORCPT ); Tue, 10 Jan 2006 09:20:00 -0500 Date: Tue, 10 Jan 2006 15:21:51 +0100 From: Jens Axboe To: Gerd Hoffmann Cc: Mikael Pettersson , linux-kernel@vger.kernel.org, Andrew Morton , Linus Torvalds Subject: Re: 2G memory split Message-ID: <20060110142151.GI3389@suse.de> References: <20060110125852.GA3389@suse.de> <17347.47882.735057.154898@alkaid.it.uu.se> <20060110135404.GF3389@suse.de> <43C3C023.9040308@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C3C023.9040308@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 25 On Tue, Jan 10 2006, Gerd Hoffmann wrote: > Hi, > > >0xb0000000 is a much better default, but I didn't think that would fly > >as a patch. > > I think that will not fly with CONFIG_X86_PAE. In PAE mode the 3rd pmd > (for the 0xc0000000 => 0xffffffff kernel address range) is shared, > anything but 0xc000000 most likely needs some more hackery than just > changing PAGE_OFFSET. As the whole point of this split patchery is to > avoid highmem in the first place it maybe makes sense to have some > "optimize for 1/2/4/more GB main memory" config option which in turn > picks sane PAGE_OFFSET+HIGHMEM+PAE settings? The patch depends on NOHIGHMEM atm, so you can't select PAE and move the page offset anyways. -- Jens Axboe - 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/