From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933882AbXGWTaj (ORCPT ); Mon, 23 Jul 2007 15:30:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761329AbXGWTa3 (ORCPT ); Mon, 23 Jul 2007 15:30:29 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:56346 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1761360AbXGWTa2 (ORCPT ); Mon, 23 Jul 2007 15:30:28 -0400 Date: Mon, 23 Jul 2007 12:30:25 -0700 From: Christoph Lameter To: Yinghai Lu Cc: Andrew Morton , Andi Kleen , Greg KH , rientjes@google.com, Christoph Hellwig , David Miller , Stefan Richter , Linux Kernel Mailing List , netdev@vger.kernel.org Subject: Re: [PATCH 5/5] dma: use dev_to_node to get node for device in dma_alloc_pages Message-ID: <20070723123025.708e14e2@schroedinger.engr.sgi.com> In-Reply-To: <200707101653.09797.yinghai.lu@sun.com> References: <200707101641.17672.yinghai.lu@sun.com> <200707101653.09797.yinghai.lu@sun.com> Organization: Silicon Graphics, Inc. X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 Jul 2007 16:53:09 -0700 Yinghai Lu wrote: > [PATCH 5/5] dma: use dev_to_node to get node for device in > dma_alloc_pages Acked-by: Christoph Lameter