From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cursor.subgra.de (cursor.subgra.de [78.46.252.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "cursor.subgra.de", Issuer "cursor.subgra.de" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 1C951DDDB6 for ; Fri, 20 Feb 2009 09:06:29 +1100 (EST) Date: Thu, 19 Feb 2009 23:08:00 +0100 From: Benjamin Krill To: Kumar Gala Subject: Re: [PATCH 1/3] powerpc/pci: Default to dma_direct_ops for pci dma_ops Message-ID: <20090219220800.GG12204@codiert.org> References: <1235076557-24464-1-git-send-email-galak@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1235076557-24464-1-git-send-email-galak@kernel.crashing.org> Cc: linuxppc-dev@ozlabs.org, arnd@arndb.de List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Kumar Gala | 2009-02-19 14:49:15 [-0600]: >This will allow us to remove the ppc32 specific checks in get_dma_ops() >that defaults to dma_direct_ops if the archdata is NULL. We really >should always have archdata set to something going forward. > >Signed-off-by: Kumar Gala Acked-by: Benjamin Krill