aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2005-10-14 00:10:08 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2005-10-14 00:10:08 -0400
commit51e8513615ed8202b22ba9a43b0c7376ea4f6868 (patch)
tree17242822a3520e2075448ac294c98adfe44a0583 /include
parentc931488cc4619eecfe68a2f046b5898fddc2f904 (diff)
[SPARC64]: Consolidate common PCI IOMMU init code.
All the PCI controller drivers were doing the same thing setting up the IOMMU software state, put it all in one spot. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/pbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h
index 38bbbccb4068..c067407de0b0 100644
--- a/include/asm-sparc64/pbm.h
+++ b/include/asm-sparc64/pbm.h
@@ -102,7 +102,7 @@ struct pci_iommu {
102 u32 dma_addr_mask; 102 u32 dma_addr_mask;
103}; 103};
104 104
105extern void pci_iommu_table_init(struct pci_iommu *, int); 105extern void pci_iommu_table_init(struct pci_iommu *iommu, int tsbsize, u32 dma_offset, u32 dma_addr_mask);
106 106
107/* This describes a PCI bus module's streaming buffer. */ 107/* This describes a PCI bus module's streaming buffer. */
108struct pci_strbuf { 108struct pci_strbuf {