commit | d7dff84053524186b139342ac66a4160ce6bb517 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Jan 05 23:47:28 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jan 06 14:06:56 2009 +0100 |
tree | 504ba7cc335158fed360d32bec3baf834cafbbce | |
parent | 33feffd4525fc2e4dd0a322fb5d07d61f85d791e [diff] |
x86: remove map_single and unmap_single in struct dma_mapping_ops This patch converts dma_map_single and dma_unmap_single to use map_page and unmap_page respectively and removes unnecessary map_single and unmap_single in struct dma_mapping_ops. This leaves intel-iommu's dma_map_single and dma_unmap_single since IA64 uses them. They will be removed after the unification. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Ingo Molnar <mingo@elte.hu>