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