kmalloc.h 325 B

1234567891011121314
  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. * Set this one if any device in the system might do non-coherent DMA.
  7. */
  8. #define ARCH_DMA_MINALIGN 128
  9. #endif
  10. #endif /* __ASM_MACH_GENERIC_KMALLOC_H */