arch/tile: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN

See commit a6eb9fe105d5de0053b261148cee56c94b4720ca.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>

+2 -3
+2 -3
arch/tile/include/asm/cache.h
··· 27 #define L2_CACHE_ALIGN(x) (((x)+(L2_CACHE_BYTES-1)) & -L2_CACHE_BYTES) 28 29 /* 30 - * TILE-Gx is fully coherents so we don't need to define 31 - * ARCH_KMALLOC_MINALIGN. 32 */ 33 #ifndef __tilegx__ 34 - #define ARCH_KMALLOC_MINALIGN L2_CACHE_BYTES 35 #endif 36 37 /* use the cache line size for the L2, which is where it counts */
··· 27 #define L2_CACHE_ALIGN(x) (((x)+(L2_CACHE_BYTES-1)) & -L2_CACHE_BYTES) 28 29 /* 30 + * TILE-Gx is fully coherent so we don't need to define ARCH_DMA_MINALIGN. 31 */ 32 #ifndef __tilegx__ 33 + #define ARCH_DMA_MINALIGN L2_CACHE_BYTES 34 #endif 35 36 /* use the cache line size for the L2, which is where it counts */