From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (mail.lixom.net [70.86.134.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6AACFB6EEB for ; Thu, 16 Sep 2010 04:29:16 +1000 (EST) Date: Wed, 15 Sep 2010 13:29:14 -0500 From: Olof Johansson To: Nishanth Aravamudan Subject: Re: [PATCH 10/15] ppc/pasemi: clean up pasemi iommu table initializations Message-ID: <20100915182914.GA6068@lixom.net> References: <1284573958-8397-1-git-send-email-nacc@us.ibm.com> <1284573958-8397-11-git-send-email-nacc@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1284573958-8397-11-git-send-email-nacc@us.ibm.com> Cc: linuxppc-dev@lists.ozlabs.org, Milton Miller , Paul Mackerras , Yinghai Lu List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Sep 15, 2010 at 11:05:53AM -0700, Nishanth Aravamudan wrote: > No need for empty helpers with iommu off, the ppc_md hooks are optional. Not any more, they used to be needed. :-) > The direct_dma_ops are the default pci_dma_ops, so no need to set in the > them iommu off case. > > No need to set the device tree device_node pci node iommu pointer, its > only used for dlpar remove. > > Signed-off-by: Milton Miller > Signed-off-by: Nishanth Aravamudan Acked-by: Olof Johansson -Olof