xref: /linux/arch/mips/include/asm/mach-ralink/kmalloc.h (revision 72856afd33f2fa166c06f1536003e300e51ecf09)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MACH_RALINK_KMALLOC_H
3 #define __ASM_MACH_RALINK_KMALLOC_H
4 
5 #ifdef CONFIG_DMA_NONCOHERENT
6 #define ARCH_DMA_MINALIGN	L1_CACHE_BYTES
7 #endif
8 
9 #endif /* __ASM_MACH_RALINK_KMALLOC_H */
10