commit | 3991605c40b1059d0204d9fddfcf878429ab8948 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Jan 05 23:47:24 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jan 06 14:06:54 2009 +0100 |
tree | 3b528ccea941f6afcc9384aa5dbc2043b7572486 | |
parent | 052aedbfb6cd4fd1a73010735da88a9dcc224673 [diff] |
x86, calgary: 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> Acked-by: Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>