]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Remove the calgary IOMMU driver
authorChristoph Hellwig <hch@lst.de>
Wed, 13 Nov 2019 07:18:34 +0000 (08:18 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 15 Nov 2019 09:36:59 +0000 (10:36 +0100)
commitdff696018668f8fb3320fd4bfa1710e44a1178bd
tree5256af5e96abc028f818ca3f47184ad0a32aed3c
parent1b7047b4f562f51e2645eb63d473c856d52e15bb
x86: Remove the calgary IOMMU driver

The calgary IOMMU was only used on high-end IBM systems in the early
x86_64 age and has no known users left.  Remove it to avoid having to
touch it for pending changes to the DMA API.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20191113071836.21041-2-hch@lst.de
MAINTAINERS
arch/x86/Kconfig
arch/x86/configs/x86_64_defconfig
arch/x86/include/asm/calgary.h [deleted file]
arch/x86/include/asm/pci_64.h
arch/x86/include/asm/tce.h [deleted file]
arch/x86/kernel/Makefile
arch/x86/kernel/pci-calgary_64.c [deleted file]
arch/x86/kernel/pci-dma.c
arch/x86/kernel/tce_64.c [deleted file]