Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 28 Feb 2003 03:46:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 28 Feb 2003 03:46:21 -0500 Received: from ns.suse.de ([213.95.15.193]:7954 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id ; Fri, 28 Feb 2003 03:46:21 -0500 To: Matthew Wilcox Cc: linux-kernel@vger.kernel.org Subject: Re: Proposal: Eliminate GFP_DMA References: <20030228064631.G23865@parcelfarce.linux.theplanet.co.uk.suse.lists.linux.kernel> From: Andi Kleen Date: 28 Feb 2003 09:56:41 +0100 In-Reply-To: Matthew Wilcox's message of "28 Feb 2003 07:48:41 +0100" Message-ID: X-Mailer: Gnus v5.7/Emacs 20.7 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 645 Lines: 12 Matthew Wilcox writes: > - > +#define GFP_ATOMIC_DMA (GFP_ATOMIC | __GFP_DMA) > +#define GFP_KERNEL_DMA (GFP_KERNEL | __GFP_DMA) > > combined with changing some users to use __GFP_DMA if they really do mean > the bitmask. Comments? Sounds like a good 2.7.x early project. Currently we still have too much driver breakage for the next release to break even more right now. -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/