License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / mips / include / asm / mach-ip32 / kmalloc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
0015365c
RB
2#ifndef __ASM_MACH_IP32_KMALLOC_H
3#define __ASM_MACH_IP32_KMALLOC_H
4
0015365c 5
49a89efb 6#if defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_RM7000)
a6eb9fe1 7#define ARCH_DMA_MINALIGN 32
0015365c 8#else
a6eb9fe1 9#define ARCH_DMA_MINALIGN 128
0015365c
RB
10#endif
11
12#endif /* __ASM_MACH_IP32_KMALLOC_H */