kmalloc.h 250 B

1234567891011
  1. #ifndef __ASM_MACH_IP32_KMALLOC_H
  2. #define __ASM_MACH_IP32_KMALLOC_H
  3. #if defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_RM7000)
  4. #define ARCH_KMALLOC_MINALIGN 32
  5. #else
  6. #define ARCH_KMALLOC_MINALIGN 128
  7. #endif
  8. #endif /* __ASM_MACH_IP32_KMALLOC_H */