commit | f98eee8ea99fe74ee9c4e867ba178ec3072793be | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Jan 05 23:59:03 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jan 06 14:06:58 2009 +0100 |
tree | 67843fb8a25630dfdaaac8471423a9682cb0c390 | |
parent | 160c1d8e40866edfeae7d68816b7005d70acf391 [diff] |
x86, ia64: remove duplicated swiotlb code This adds swiotlb_map_page and swiotlb_unmap_page to lib/swiotlb.c and remove IA64 and X86's swiotlb_map_page and swiotlb_unmap_page. This also removes unnecessary swiotlb_map_single, swiotlb_map_single_attrs, swiotlb_unmap_single and swiotlb_unmap_single_attrs. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>