Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_MACH_IP32_KMALLOC_H
0003 #define __ASM_MACH_IP32_KMALLOC_H
0004 
0005 
0006 #if defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_RM7000)
0007 #define ARCH_DMA_MINALIGN   32
0008 #else
0009 #define ARCH_DMA_MINALIGN   128
0010 #endif
0011 
0012 #endif /* __ASM_MACH_IP32_KMALLOC_H */