kmalloc.h 284 B

12345678910111213
  1. #ifndef __ASM_MACH_GENERIC_KMALLOC_H
  2. #define __ASM_MACH_GENERIC_KMALLOC_H
  3. #include <linux/config.h>
  4. #ifndef CONFIG_DMA_COHERENT
  5. /*
  6. * Total overkill for most systems but need as a safe default.
  7. */
  8. #define ARCH_KMALLOC_MINALIGN 128
  9. #endif
  10. #endif /* __ASM_MACH_GENERIC_KMALLOC_H */