kernel-ark/arch/tile
FUJITA Tomonori 4565f0170d dma-mapping: unify dma_get_cache_alignment implementations
dma_get_cache_alignment returns the minimum DMA alignment.  Architectures
defines it as ARCH_DMA_MINALIGN (formally ARCH_KMALLOC_MINALIGN).  So we
can unify dma_get_cache_alignment implementations.

Note that some architectures implement dma_get_cache_alignment wrongly.
dma_get_cache_alignment() should return the minimum DMA alignment.  So
fully-coherent architectures should return 1.  This patch also fixes this
issue.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-11 08:59:21 -07:00
..
configs arch/tile: Miscellaneous cleanup changes. 2010-07-06 13:41:51 -04:00
include dma-mapping: unify dma_get_cache_alignment implementations 2010-08-11 08:59:21 -07:00
kernel arch/tile: check kmalloc() result 2010-07-16 13:37:14 -04:00
lib arch/tile: Miscellaneous cleanup changes. 2010-07-06 13:41:51 -04:00
mm arch/tile: Miscellaneous cleanup changes. 2010-07-06 13:41:51 -04:00
Kbuild
Kconfig arch/tile: Add driver to enable access to the user dynamic network. 2010-07-06 13:34:15 -04:00
Kconfig.debug
Makefile