1 /* 2 * arch/hexgon/include/asm/processor.h 3 * TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3) 4 * 5 * arch/hexagon/include/asm/mem-layout.h 6 * TASK_SIZE PAGE_OFFSET 7 * PAGE_OFFSET 0xc0000000 8 */ 9 #define TASK_UNMAPPED_BASE 0x40000000 10 11 /* arch/hexagon/include/asm/elf.h */ 12 #define ELF_ET_DYN_BASE 0x08000000 13 14 #include "../generic/target_mman.h" 15