diff options
author | Jan Glauber <jang@linux.vnet.ibm.com> | 2012-11-29 14:33:30 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-11-30 17:47:23 +0100 |
commit | 828b35f60eb0148f994bb13e328df94578b07142 (patch) | |
tree | 2e06065339ebbfb9aab46f3167fe77ac952ac6fa /arch/s390/pci/Makefile | |
parent | s390/pci: PCI adapter interrupts for MSI/MSI-X (diff) | |
download | linux-828b35f60eb0148f994bb13e328df94578b07142.tar.xz linux-828b35f60eb0148f994bb13e328df94578b07142.zip |
s390/pci: DMA support
Add DMA IOMMU support using 4K page table entries. Implement dma_map_ops.
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/pci/Makefile')
-rw-r--r-- | arch/s390/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/pci/Makefile b/arch/s390/pci/Makefile index 628be7bc006c..4590596d8b25 100644 --- a/arch/s390/pci/Makefile +++ b/arch/s390/pci/Makefile @@ -2,4 +2,4 @@ # Makefile for the s390 PCI subsystem. # -obj-$(CONFIG_PCI) += pci.o pci_clp.o pci_msi.o +obj-$(CONFIG_PCI) += pci.o pci_dma.o pci_clp.o pci_msi.o |