commit | a0b00ca84b3ecb9eebd62ad34880d8cc0d988c8a | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Fri Jul 10 10:04:56 2009 +0900 |
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Tue Jul 28 14:19:19 2009 +0900 |
tree | 37f1e3949184d9f8ad1f1332d74cd60bd098e531 | |
parent | a4c2baa6e148adfb27beaf16b6fb6d465b5b3acb [diff] |
ia64: add dma_capable() to replace is_buffer_dma_capable() 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>