blob: 1693209d3f37392a01d11f5a8a3b7c3aa77cea06 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_MACH_RALINK_KMALLOC_H
#define __ASM_MACH_RALINK_KMALLOC_H
#ifdef CONFIG_DMA_NONCOHERENT
#define ARCH_DMA_MINALIGN L1_CACHE_BYTES
#endif
#endif /* __ASM_MACH_RALINK_KMALLOC_H */
|