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