commit | 9dfda12b8b769e224ca4efbc35ace4524b9c017b | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Sep 08 18:53:48 2008 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Sep 08 15:53:30 2008 +0200 |
tree | f8a0e5fa2377038df3017d8e4af9f3cdb5267177 | |
parent | 68e91d61346db4359464d06617500141cfd1442a [diff] |
swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherent We always need swiotlb memory here so address_needs_mapping and swiotlb_force testings are irrelevant. map_single should be used here instead of swiotlb_map_single. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Ingo Molnar <mingo@elte.hu>