xref: /linux/arch/mips/include/asm/mach-ralink/kmalloc.h (revision 9825cf2cb59fac7480e7fac9eee13ab9af3f1ea8)
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