]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macros
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 2 Apr 2009 13:55:55 +0000 (15:55 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 3 Apr 2009 11:13:45 +0000 (13:13 +0200)
commit67796bf7dc54c035fd97f2681a72e5d2bf2a234a
treec8f5cd299b664d214c78cc83f48a69cf51d8cba7
parent8fe74cf053de7ad2124a894996f84fa890a81093
x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macros

Impact: unification of pci-dma macros and pci_32.h removal

This patch unifies the definition of the pci_unmap_addr*, pci_unmap_len*
and DECLARE_PCI_UNMAP* macros. This makes sense because the pci_unmap
functions are no longer no-ops anymore when the kernel runs with
CONFIG_DMA_API_DEBUG. Without an iommu or DMA_API_DEBUG it is a no-op on 32 bit
because the dma mapping path returns a physical address and therefore the
dma-api implementation has no internal state which needs to be destroyed with
an unmap call.
This unification also simplifies the port of x86_64 iommu drivers to 32 bit x86
and let us get rid of pci_32.h.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
arch/x86/include/asm/pci.h
arch/x86/include/asm/pci_32.h [deleted file]
arch/x86/include/asm/pci_64.h