[PATCH 08/20] powerpc/dma: remove the unused dma_nommu_ops export

Benjamin Herrenschmidt benh at kernel.crashing.org
Thu Aug 9 10:01:16 AEST 2018


On Tue, 2018-07-31 at 14:16 +0200, Christoph Hellwig wrote:
> It turns out cxl actually uses it.  So for now skip this patch,
> although random code in drivers messing with dma ops will need to
> be sorted out sooner or later.

CXL devices are "special", they bypass the classic iommu in favor of
allowing the device to operate using the main processor page tables
using an MMU context (so basically the device can use userspace
addresses directly), akin to ATS.

I think the code currently uses the nommu ops as a way to do a simple
kernel mapping for kernel drivers using CXL (not userspace stuff)
though.

Ben.




More information about the Linuxppc-dev mailing list