Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_MACH_GENERIC_KMALLOC_H
0003 #define __ASM_MACH_GENERIC_KMALLOC_H
0004 
0005 #ifdef CONFIG_DMA_NONCOHERENT
0006 /*
0007  * Total overkill for most systems but need as a safe default.
0008  * Set this one if any device in the system might do non-coherent DMA.
0009  */
0010 #define ARCH_DMA_MINALIGN   128
0011 #endif
0012 
0013 #endif /* __ASM_MACH_GENERIC_KMALLOC_H */