From: FUJITA Tomonori Date: Mon, 8 Sep 2008 09:53:48 +0000 (+0900) Subject: swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherent X-Git-Tag: v2.6.28-rc1~712^2^4~55 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfda12b8b769e224ca4efbc35ace4524b9c017b;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed