aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-03-05 06:47:28 -0500
committerIngo Molnar <mingo@elte.hu>2009-03-05 06:47:28 -0500
commit7df4edb07cf54a4868b9a750424c0d2aa68f8d66 (patch)
tree0ad0ad3f3dcb6f9edf26dde42ba625053dddf54f /arch/ia64/hp
parent0d688da5505d77bcef2441e0a22d8cc26459702d (diff)
parent559595a985e106d2fa9f0c79b7f5805453fed593 (diff)
Merge branch 'linus' into core/iommu
Diffstat (limited to 'arch/ia64/hp')
-rw-r--r--arch/ia64/hp/common/sba_iommu.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/ia64/hp/common/sba_iommu.c b/arch/ia64/hp/common/sba_iommu.c
index 129b62eb39e5..56ceb68eb99d 100644
--- a/arch/ia64/hp/common/sba_iommu.c
+++ b/arch/ia64/hp/common/sba_iommu.c
@@ -907,7 +907,7 @@ sba_mark_invalid(struct ioc *ioc, dma_addr_t iova, size_t byte_cnt)
907 * @dir: R/W or both. 907 * @dir: R/W or both.
908 * @attrs: optional dma attributes 908 * @attrs: optional dma attributes
909 * 909 *
910 * See Documentation/DMA-mapping.txt 910 * See Documentation/PCI/PCI-DMA-mapping.txt
911 */ 911 */
912static dma_addr_t sba_map_page(struct device *dev, struct page *page, 912static dma_addr_t sba_map_page(struct device *dev, struct page *page,
913 unsigned long poff, size_t size, 913 unsigned long poff, size_t size,
@@ -1034,7 +1034,7 @@ sba_mark_clean(struct ioc *ioc, dma_addr_t iova, size_t size)
1034 * @dir: R/W or both. 1034 * @dir: R/W or both.
1035 * @attrs: optional dma attributes 1035 * @attrs: optional dma attributes
1036 * 1036 *
1037 * See Documentation/DMA-mapping.txt 1037 * See Documentation/PCI/PCI-DMA-mapping.txt
1038 */ 1038 */
1039static void sba_unmap_page(struct device *dev, dma_addr_t iova, size_t size, 1039static void sba_unmap_page(struct device *dev, dma_addr_t iova, size_t size,
1040 enum dma_data_direction dir, struct dma_attrs *attrs) 1040 enum dma_data_direction dir, struct dma_attrs *attrs)
@@ -1117,7 +1117,7 @@ void sba_unmap_single_attrs(struct device *dev, dma_addr_t iova, size_t size,
1117 * @size: number of bytes mapped in driver buffer. 1117 * @size: number of bytes mapped in driver buffer.
1118 * @dma_handle: IOVA of new buffer. 1118 * @dma_handle: IOVA of new buffer.
1119 * 1119 *
1120 * See Documentation/DMA-mapping.txt 1120 * See Documentation/PCI/PCI-DMA-mapping.txt
1121 */ 1121 */
1122static void * 1122static void *
1123sba_alloc_coherent (struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flags) 1123sba_alloc_coherent (struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flags)
@@ -1180,7 +1180,7 @@ sba_alloc_coherent (struct device *dev, size_t size, dma_addr_t *dma_handle, gfp
1180 * @vaddr: virtual address IOVA of "consistent" buffer. 1180 * @vaddr: virtual address IOVA of "consistent" buffer.
1181 * @dma_handler: IO virtual address of "consistent" buffer. 1181 * @dma_handler: IO virtual address of "consistent" buffer.
1182 * 1182 *
1183 * See Documentation/DMA-mapping.txt 1183 * See Documentation/PCI/PCI-DMA-mapping.txt
1184 */ 1184 */
1185static void sba_free_coherent (struct device *dev, size_t size, void *vaddr, 1185static void sba_free_coherent (struct device *dev, size_t size, void *vaddr,
1186 dma_addr_t dma_handle) 1186 dma_addr_t dma_handle)
@@ -1436,7 +1436,7 @@ sba_coalesce_chunks(struct ioc *ioc, struct device *dev,
1436 * @dir: R/W or both. 1436 * @dir: R/W or both.
1437 * @attrs: optional dma attributes 1437 * @attrs: optional dma attributes
1438 * 1438 *
1439 * See Documentation/DMA-mapping.txt 1439 * See Documentation/PCI/PCI-DMA-mapping.txt
1440 */ 1440 */
1441static int sba_map_sg_attrs(struct device *dev, struct scatterlist *sglist, 1441static int sba_map_sg_attrs(struct device *dev, struct scatterlist *sglist,
1442 int nents, enum dma_data_direction dir, 1442 int nents, enum dma_data_direction dir,
@@ -1528,7 +1528,7 @@ static int sba_map_sg_attrs(struct device *dev, struct scatterlist *sglist,
1528 * @dir: R/W or both. 1528 * @dir: R/W or both.
1529 * @attrs: optional dma attributes 1529 * @attrs: optional dma attributes
1530 * 1530 *
1531 * See Documentation/DMA-mapping.txt 1531 * See Documentation/PCI/PCI-DMA-mapping.txt
1532 */ 1532 */
1533static void sba_unmap_sg_attrs(struct device *dev, struct scatterlist *sglist, 1533static void sba_unmap_sg_attrs(struct device *dev, struct scatterlist *sglist,
1534 int nents, enum dma_data_direction dir, 1534 int nents, enum dma_data_direction dir,