Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936797AbXHMXQb (ORCPT ); Mon, 13 Aug 2007 19:16:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758185AbXHMXQT (ORCPT ); Mon, 13 Aug 2007 19:16:19 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:50894 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756784AbXHMXQS (ORCPT ); Mon, 13 Aug 2007 19:16:18 -0400 Date: Mon, 13 Aug 2007 16:16:17 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Andi Kleen cc: Mel Gorman , Lee.Schermerhorn@hp.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 3/4] Embed zone_id information within the zonelist->zones pointer In-Reply-To: <20070814000041.GL3406@bingen.suse.de> Message-ID: References: <200708110304.55433.ak@suse.de> <20070813225020.GE3406@bingen.suse.de> <20070813225841.GG3406@bingen.suse.de> <20070813230801.GH3406@bingen.suse.de> <20070813234322.GJ3406@bingen.suse.de> <20070814000041.GL3406@bingen.suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 991 Lines: 26 On Tue, 14 Aug 2007, Andi Kleen wrote: > > > I converted all of those that applied to x86. > > > > Converted to what? > > Hmm, do you actually read my emails? I spelled that out at least two > times now. It's converted to a new dma page allocator that specifies > an address mask. Yes I do but frankly I am weirdly puzzled by what is going on. > > drivers/net/tokenring/3c359.c: xl_priv->xl_tx_ring = kmalloc((sizeof(struct xl_tx_desc) * XL_TX_RING_SIZE) + 7, GFP_DMA | GFP_KERNEL) ; > > drivers/net/tokenring/3c359.c: xl_priv->xl_rx_ring = kmalloc((sizeof(struct xl_rx_desc) * XL_RX_RING_SIZE) +7, GFP_DMA | GFP_KERNEL) ; > > > > Tokenring not supported on x86? > > It can be easily converted to a page allocation. Ok then lets do it. - 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/