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:
f6d2e6f
)
x86: fix dma_mapping_error for 32bit x86, cleanup
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Mon, 1 Dec 2008 17:17:15 +0000
(
02:17
+0900)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 1 Dec 2008 19:36:17 +0000
(20:36 +0100)
This removes ifdef CONFIG_X86_64 in dma_mapping_error():
1) Xen people plan to use swiotlb on X86_32 for Dom0 support. swiotlb
uses ops->mapping_error so X86_32 also needs to check
ops->mapping_error.
2) Removing #ifdef hack is almost always a good thing.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found