From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264377AbTLKHLb (ORCPT ); Thu, 11 Dec 2003 02:11:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264370AbTLKHLb (ORCPT ); Thu, 11 Dec 2003 02:11:31 -0500 Received: from obsidian.spiritone.com ([216.99.193.137]:10634 "EHLO obsidian.spiritone.com") by vger.kernel.org with ESMTP id S264377AbTLKHJp (ORCPT ); Thu, 11 Dec 2003 02:09:45 -0500 Date: Wed, 10 Dec 2003 23:08:38 -0800 From: "Martin J. Bligh" To: William Lee Irwin III , Ed Sweetman cc: Nick Piggin , Donald Maner , Raul Miller , linux-kernel@vger.kernel.org Subject: Re: PROBLEM: Linux 2.6.0-test11 only lets me use 1GB out of 2GB ram. Message-ID: <1289530000.1071126517@[10.10.2.4]> In-Reply-To: <20031211054111.GX8039@holomorphy.com> References: <3FD7FCF5.7030109@cyberone.com.au> <3FD801B3.7080604@wmich.edu> <20031211054111.GX8039@holomorphy.com> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --William Lee Irwin III wrote (on Wednesday, December 10, 2003 21:41:11 -0800): > On Thu, Dec 11, 2003 at 12:33:39AM -0500, Ed Sweetman wrote: >> I thought highmem wasn't necesarily needed for memory <=2GB? Highmem >> incurs some performance hits doesn't it and so the urge to move to it >> with only 2GB is not very attractive. Anyways i'm just interested in if >> that's the case or not since 2GB is easy to get to these days and i had >> heard that highmem could be avoided passed the 1GB barrier. > > You're probably thinking of 2:2 split patches. > > 2:2 splits are at least technically ABI violations, which is probably > why this isn't merged etc. Applications sensitive to it are uncommon. > > Yes, the SVR4 i386 ELF/ABI spec literally mandates 0xC0000000 as the > top of the process address space. You mean like we place the stack in the "ABI compliant place"? Yeah, right ;-) M.