GNU Linux-libre 4.14.303-gnu1
[releases.git] / arch / cris / include / arch-v10 / arch / pgtable.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _CRIS_ARCH_PGTABLE_H
3 #define _CRIS_ARCH_PGTABLE_H
4
5 /*
6  * Kernels own virtual memory area. 
7  */
8
9 #ifdef CONFIG_CRIS_LOW_MAP
10 #define VMALLOC_START     KSEG_7
11 #define VMALLOC_END       KSEG_8
12 #else
13 #define VMALLOC_START     KSEG_D
14 #define VMALLOC_END       KSEG_E
15 #endif
16
17 #endif
18