pgtable.h 257 B

123456789
  1. #ifndef _ASM_CRIS_ARCH_PGTABLE_H
  2. #define _ASM_CRIS_ARCH_PGTABLE_H
  3. /* Define the kernels virtual memory area. */
  4. #define VMALLOC_START KSEG_D
  5. #define VMALLOC_END KSEG_E
  6. #define VMALLOC_VMADDR(x) ((unsigned long)(x))
  7. #endif /* _ASM_CRIS_ARCH_PGTABLE_H */