Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_MACH_N64_KMALLOC_H
0003 #define __ASM_MACH_N64_KMALLOC_H
0004 
0005 /* The default of 128 bytes wastes too much, use 32 (the largest cacheline, I) */
0006 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
0007 
0008 #endif /* __ASM_MACH_N64_KMALLOC_H */