commit | 51491367c2541c51a9d435eec88b0e846223fb59 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Jan 05 23:47:25 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jan 06 14:06:55 2009 +0100 |
tree | f3aefb0420ff5aec86c9deb5779244452194977e | |
parent | 3991605c40b1059d0204d9fddfcf878429ab8948 [diff] |
x86, AMD IOMMU: add map_page and unmap_page This is a preparation of struct dma_mapping_ops unification. We use map_page and unmap_page instead of map_single and unmap_single. We will remove map_single and unmap_single hooks in the last patch in this patchset. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Ingo Molnar <mingo@elte.hu>