git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e91d6
)
swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherent
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Mon, 8 Sep 2008 09:53:48 +0000
(18:53 +0900)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 8 Sep 2008 13:53:30 +0000
(15:53 +0200)
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>
No differences found