diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2005-10-13 21:10:08 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-10-13 21:10:08 -0700 |
commit | 51e8513615ed8202b22ba9a43b0c7376ea4f6868 (patch) | |
tree | 17242822a3520e2075448ac294c98adfe44a0583 /include/asm-sparc64 | |
parent | c931488cc4619eecfe68a2f046b5898fddc2f904 (diff) | |
download | linux-3.10-51e8513615ed8202b22ba9a43b0c7376ea4f6868.tar.gz linux-3.10-51e8513615ed8202b22ba9a43b0c7376ea4f6868.tar.bz2 linux-3.10-51e8513615ed8202b22ba9a43b0c7376ea4f6868.zip |
[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/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/pbm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h index 38bbbccb406..c067407de0b 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h @@ -102,7 +102,7 @@ struct pci_iommu { u32 dma_addr_mask; }; -extern void pci_iommu_table_init(struct pci_iommu *, int); +extern void pci_iommu_table_init(struct pci_iommu *iommu, int tsbsize, u32 dma_offset, u32 dma_addr_mask); /* This describes a PCI bus module's streaming buffer. */ struct pci_strbuf { |