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