diff options
author | Christoph Hellwig <hch@lst.de> | 2018-04-12 10:33:30 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-05-07 08:15:41 +0300 |
commit | 325ef1857fff8b2049322921e19421b6c5ad74e5 (patch) | |
tree | d4f0dc35d4e37e18c432e76292e3a453462dd02e /arch/mips/include | |
parent | ab74cfebafa3b71caa1e82793032b4867dcf5ea6 (diff) | |
download | linux-325ef1857fff8b2049322921e19421b6c5ad74e5.tar.xz |
PCI: remove PCI_DMA_BUS_IS_PHYS
This was used by the ide, scsi and networking code in the past to
determine if they should bounce payloads. Now that the dma mapping
always have to support dma to all physical memory (thanks to swiotlb
for non-iommu systems) there is no need to this crude hack any more.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Palmer Dabbelt <palmer@sifive.com> (for riscv)
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/pci.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/include/asm/pci.h b/arch/mips/include/asm/pci.h index 2339f42f047a..436099883022 100644 --- a/arch/mips/include/asm/pci.h +++ b/arch/mips/include/asm/pci.h @@ -121,13 +121,6 @@ extern unsigned long PCIBIOS_MIN_MEM; #include <linux/string.h> #include <asm/io.h> -/* - * The PCI address space does equal the physical memory address space. - * The networking and block device layers use this boolean for bounce - * buffer decisions. - */ -#define PCI_DMA_BUS_IS_PHYS (1) - #ifdef CONFIG_PCI_DOMAINS_GENERIC static inline int pci_proc_domain(struct pci_bus *bus) { |