commit | ab74cfebafa3b71caa1e82793032b4867dcf5ea6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 03 20:31:35 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 07 07:15:41 2018 +0200 |
tree | 2c2bdf774f6e393e967b349b54ddda7ec9d4aab3 | |
parent | 164c3d091292130c82306c97718b2d90534b8897 [diff] |
net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma These days the dma mapping routines must be able to handle any address supported by the device, be that using an iommu, or swiotlb if none is supported. With that the PCI_DMA_BUS_IS_PHYS check in illegal_highdma is not needed and can be removed. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: David S. Miller <davem@davemloft.net>