Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 28 Feb 2003 09:45:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 28 Feb 2003 09:45:56 -0500 Received: from ns.suse.de ([213.95.15.193]:43793 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id ; Fri, 28 Feb 2003 09:45:55 -0500 Date: Fri, 28 Feb 2003 15:56:15 +0100 From: Andi Kleen To: Alan Cox Cc: Matthew Wilcox , Andi Kleen , Linux Kernel Mailing List Subject: Re: Proposal: Eliminate GFP_DMA Message-ID: <20030228145614.GA27798@wotan.suse.de> References: <20030228064631.G23865@parcelfarce.linux.theplanet.co.uk.suse.lists.linux.kernel> <20030228141234.H23865@parcelfarce.linux.theplanet.co.uk> <1046445897.16599.60.camel@irongate.swansea.linux.org.uk> <20030228143405.I23865@parcelfarce.linux.theplanet.co.uk> <1046447737.16599.83.camel@irongate.swansea.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1046447737.16599.83.camel@irongate.swansea.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 21 On Fri, Feb 28, 2003 at 03:55:37PM +0000, Alan Cox wrote: > On Fri, 2003-02-28 at 14:34, Matthew Wilcox wrote: > > umm. are you volunteering to convert drivers/net/macmace.c to the pci_* > > API then? also, GFP_DMA is used on, eg, s390 to get memory below 2GB and > > on ia64 to get memory below 4GB. > > The ia64 is a fine example of how broken it is. People have to hack around > with GFP_DMA meaning different things on ia64 to everything else. It needs > to die. At least on x86-64 it is still needed when you need have some hardware with address limits < 4GB (e.g. an 24bit soundcard) pci_* on K8 only allows address mask 0xffffffff or unlimited. -Andi - 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/