|
1
|
/* arch/sh/include/asm/processor_32.h */ |
|
2
|
#define TASK_UNMAPPED_BASE \ |
|
3
|
TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3) |
|
4
|
|
|
5
|
/* arch/sh/include/asm/elf.h */ |
|
6
|
#define ELF_ET_DYN_BASE (TASK_UNMAPPED_BASE * 2) |
|
7
|
|
|
8
|
#include "../generic/target_mman.h" |