Merge branch 'topic/dma' into next
Merge hch's big DMA rework series. This is in a topic branch in case he wants to merge it to minimise conflicts.
This commit is contained in:
@@ -43,8 +43,7 @@ static bool cxl_pci_enable_device_hook(struct pci_dev *dev)
|
||||
return false;
|
||||
}
|
||||
|
||||
set_dma_ops(&dev->dev, &dma_nommu_ops);
|
||||
set_dma_offset(&dev->dev, PAGE_OFFSET);
|
||||
dev->dev.archdata.dma_offset = PAGE_OFFSET;
|
||||
|
||||
/*
|
||||
* Allocate a context to do cxl things too. If we eventually do real
|
||||
|
Reference in New Issue
Block a user