Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 2 Jan 2003 18:52:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 2 Jan 2003 18:52:14 -0500 Received: from holomorphy.com ([66.224.33.161]:44230 "EHLO holomorphy") by vger.kernel.org with ESMTP id ; Thu, 2 Jan 2003 18:52:13 -0500 Date: Thu, 2 Jan 2003 16:00:34 -0800 From: William Lee Irwin III To: "Jeff V. Merkey" Cc: linux-kernel@vger.kernel.org, jmerkey@timpanogas.org Subject: Re: Questton about Zone Allocation 2.4.X Message-ID: <20030103000034.GU9704@holomorphy.com> Mail-Followup-To: William Lee Irwin III , "Jeff V. Merkey" , linux-kernel@vger.kernel.org, jmerkey@timpanogas.org References: <20030102175517.A21471@vger.timpanogas.org> <20030102235147.GS9704@holomorphy.com> <20030102180849.A21498@vger.timpanogas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030102180849.A21498@vger.timpanogas.org> User-Agent: Mutt/1.3.25i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 24 At some point in the past, I wrote: >> __get_free_pages() allocates from lowmem (i.e. 0-4GB) only. >> Allocate from highmem instead. 0-1GB. page_address() will give unpredictable results on highmem GFP masks. On Thu, Jan 02, 2003 at 06:08:49PM -0700, Jeff V. Merkey wrote: > 0-4GB is where I need to allocate, so allocating from highmem is not > a solution. I found the Ingo/Andrea patch for RH 8.0, but this patch > looks a little scary since it affects the memory allocations between > user and kernel space and the ratios alloted to these areas (I may > be missing something here -- as Dave M. puts it "Jeff you are such a pain > in the ass sometimes" :-). There is no GFP mask for it. Port Jens' ZONE_DMA32 or something, or roll ZONE_4G on your own if need be. Bill - 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/