commit | 052aedbfb6cd4fd1a73010735da88a9dcc224673 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Jan 05 23:47:23 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jan 06 14:06:54 2009 +0100 |
tree | 2ddeb0258e85a600367c0779a53c000047361535 | |
parent | 4cf37bb7d9dc6dfb5d5fca7f735ba65ba173dabc [diff] |
x86, gart: 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>