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