vmalloc.h 174 B

12345678910
  1. /*
  2. * arch/arm/mach-h720x/include/mach/vmalloc.h
  3. */
  4. #ifndef __ARCH_ARM_VMALLOC_H
  5. #define __ARCH_ARM_VMALLOC_H
  6. #define VMALLOC_END (PAGE_OFFSET + 0x10000000)
  7. #endif