Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / cris / include / arch-v32 / arch / pgtable.h
1 #ifndef _ASM_CRIS_ARCH_PGTABLE_H
2 #define _ASM_CRIS_ARCH_PGTABLE_H
3
4 /* Define the kernels virtual memory area. */
5
6 /* See head.S for differences between ARTPEC-3 and ETRAX FS. */
7 #ifdef CONFIG_CRIS_MACH_ARTPEC3
8 #define VMALLOC_START          KSEG_E
9 #define VMALLOC_END            KSEG_F
10 #else
11 #define VMALLOC_START           KSEG_D
12 #define VMALLOC_END             KSEG_E
13 #endif
14
15 #define VMALLOC_VMADDR(x)       ((unsigned long)(x))
16
17 #endif /* _ASM_CRIS_ARCH_PGTABLE_H */