2005-10-01 00:00:00 +01:00
|
|
|
#ifndef __ASM_MACH_IP32_KMALLOC_H
|
|
|
|
#define __ASM_MACH_IP32_KMALLOC_H
|
|
|
|
|
|
|
|
|
2007-10-11 23:46:15 +01:00
|
|
|
#if defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_RM7000)
|
2010-08-10 18:03:22 -07:00
|
|
|
#define ARCH_DMA_MINALIGN 32
|
2005-10-01 00:00:00 +01:00
|
|
|
#else
|
2010-08-10 18:03:22 -07:00
|
|
|
#define ARCH_DMA_MINALIGN 128
|
2005-10-01 00:00:00 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __ASM_MACH_IP32_KMALLOC_H */
|