Loading arch/cris/include/arch-v32/arch/pgtable.h +8 −0 Original line number Original line Diff line number Diff line Loading @@ -2,8 +2,16 @@ #define _ASM_CRIS_ARCH_PGTABLE_H #define _ASM_CRIS_ARCH_PGTABLE_H /* Define the kernels virtual memory area. */ /* Define the kernels virtual memory area. */ /* See head.S for differences between ARTPEC-3 and ETRAX FS. */ #ifdef CONFIG_CRIS_MACH_ARTPEC3 #define VMALLOC_START KSEG_E #define VMALLOC_END KSEG_F #else #define VMALLOC_START KSEG_D #define VMALLOC_START KSEG_D #define VMALLOC_END KSEG_E #define VMALLOC_END KSEG_E #endif #define VMALLOC_VMADDR(x) ((unsigned long)(x)) #define VMALLOC_VMADDR(x) ((unsigned long)(x)) #endif /* _ASM_CRIS_ARCH_PGTABLE_H */ #endif /* _ASM_CRIS_ARCH_PGTABLE_H */ Loading
arch/cris/include/arch-v32/arch/pgtable.h +8 −0 Original line number Original line Diff line number Diff line Loading @@ -2,8 +2,16 @@ #define _ASM_CRIS_ARCH_PGTABLE_H #define _ASM_CRIS_ARCH_PGTABLE_H /* Define the kernels virtual memory area. */ /* Define the kernels virtual memory area. */ /* See head.S for differences between ARTPEC-3 and ETRAX FS. */ #ifdef CONFIG_CRIS_MACH_ARTPEC3 #define VMALLOC_START KSEG_E #define VMALLOC_END KSEG_F #else #define VMALLOC_START KSEG_D #define VMALLOC_START KSEG_D #define VMALLOC_END KSEG_E #define VMALLOC_END KSEG_E #endif #define VMALLOC_VMADDR(x) ((unsigned long)(x)) #define VMALLOC_VMADDR(x) ((unsigned long)(x)) #endif /* _ASM_CRIS_ARCH_PGTABLE_H */ #endif /* _ASM_CRIS_ARCH_PGTABLE_H */