Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934823AbXHNUME (ORCPT ); Tue, 14 Aug 2007 16:12:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756092AbXHNULq (ORCPT ); Tue, 14 Aug 2007 16:11:46 -0400 Received: from cantor.suse.de ([195.135.220.2]:58091 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935433AbXHNULp (ORCPT ); Tue, 14 Aug 2007 16:11:45 -0400 Date: Tue, 14 Aug 2007 23:05:51 +0200 From: Andi Kleen To: Andy Isaacson Cc: Andi Kleen , Alan Cox , Christoph Lameter , Mel Gorman , Lee.Schermerhorn@hp.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-mips@linux-mips.org Subject: Re: [PATCH 3/4] Embed zone_id information within the zonelist->zones pointer Message-ID: <20070814210551.GU3406@bingen.suse.de> References: <20070813230801.GH3406@bingen.suse.de> <20070813234322.GJ3406@bingen.suse.de> <20070814000041.GL3406@bingen.suse.de> <20070814002223.2d8d42c5@the-village.bc.nu> <20070814001441.GN3406@bingen.suse.de> <20070814191158.GB14093@hexapodia.org> <20070814202350.GT3406@bingen.suse.de> <20070814194356.GL21492@hexapodia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070814194356.GL21492@hexapodia.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 683 Lines: 16 > Yeah, if you stick a PCI chip with a 30-bit PCI DMA mask into a machine > with memory above 1GB, then copying has to happen. Unless the memory > allocator can avoid returning memory in the un-dma-able region... With GFP_DMA this was possible, but the capability will be gone for x86 systems if your required DMA region is < 4GB. Besides I'm currently not planning to change mips so it might stay the same if Ralf prefers that. -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/