diff options
author | David S. Miller <davem@huronp11.davemloft.net> | 2008-02-09 03:05:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-09 12:15:04 +0100 |
commit | d284142cbad66832d5072a0aebeca7bd9ca841b7 (patch) | |
tree | e5c5ad6271b3a61e28f1767b744e0696af0cd1a4 /include/asm-sparc64/iommu.h | |
parent | [SPARC64]: iommu_common.h tidy ups... (diff) | |
download | linux-d284142cbad66832d5072a0aebeca7bd9ca841b7.tar.xz linux-d284142cbad66832d5072a0aebeca7bd9ca841b7.zip |
[SPARC64]: IOMMU allocations using iommu-helper layer.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | include/asm-sparc64/iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/iommu.h b/include/asm-sparc64/iommu.h index 9eac6676caf1..46325ddee23b 100644 --- a/include/asm-sparc64/iommu.h +++ b/include/asm-sparc64/iommu.h @@ -26,6 +26,7 @@ struct iommu_arena { struct iommu { spinlock_t lock; struct iommu_arena arena; + void (*flush_all)(struct iommu *); iopte_t *page_table; u32 page_table_map_base; unsigned long iommu_control; |