1 /* 2 * arch/cris/include/asm/processor.h: 3 * TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3)) 4 * 5 * arch/cris/include/arch-v32/arch/processor.h 6 * TASK_SIZE 0xb0000000 7 */ 8 #define TASK_UNMAPPED_BASE TARGET_PAGE_ALIGN(0xb0000000 / 3) 9 10 /* arch/cris/include/uapi/asm/elf.h */ 11 #define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2) 12 13 #include "../generic/target_mman.h" 14