blob: 042ca926c48fc5abf77418ff8492d95779c1916c [file] [log] [blame]
Ralf Baechle00153652005-10-01 00:00:00 +01001#ifndef __ASM_MACH_IP32_KMALLOC_H
2#define __ASM_MACH_IP32_KMALLOC_H
3
Ralf Baechle00153652005-10-01 00:00:00 +01004
Ralf Baechle49a89ef2007-10-11 23:46:15 +01005#if defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_RM7000)
FUJITA Tomonoria6eb9fe2010-08-10 18:03:22 -07006#define ARCH_DMA_MINALIGN 32
Ralf Baechle00153652005-10-01 00:00:00 +01007#else
FUJITA Tomonoria6eb9fe2010-08-10 18:03:22 -07008#define ARCH_DMA_MINALIGN 128
Ralf Baechle00153652005-10-01 00:00:00 +01009#endif
10
11#endif /* __ASM_MACH_IP32_KMALLOC_H */