kmalloc.h 258 B

123456789101112
  1. #ifndef __ASM_MACH_GENERIC_KMALLOC_H
  2. #define __ASM_MACH_GENERIC_KMALLOC_H
  3. #ifndef CONFIG_DMA_COHERENT
  4. /*
  5. * Total overkill for most systems but need as a safe default.
  6. */
  7. #define ARCH_KMALLOC_MINALIGN 128
  8. #endif
  9. #endif /* __ASM_MACH_GENERIC_KMALLOC_H */