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:
a4c2baa
)
ia64: add dma_capable() to replace is_buffer_dma_capable()
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Fri, 10 Jul 2009 01:04:56 +0000
(10:04 +0900)
committer
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Tue, 28 Jul 2009 05:19:19 +0000
(14:19 +0900)
dma_capable() eventually replaces is_buffer_dma_capable(), which tells
if a memory area is dma-capable or not. The problem of
is_buffer_dma_capable() is that it doesn't take a pointer to struct
device so it doesn't work for POWERPC.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
No differences found