xref: /openbmc/qemu/linux-user/openrisc/target_mman.h (revision f0e4588fd4ae39d1ad46f19c76ed298f89e61d6a)
1 /*
2  * arch/openrisc/include/asm/processor.h:
3  * TASK_UNMAPPED_BASE      (TASK_SIZE / 8 * 3)
4  * TASK_SIZE               (0x80000000UL)
5  */
6 #define TASK_UNMAPPED_BASE      0x30000000
7 
8 /* arch/openrisc/include/asm/elf.h */
9 #define ELF_ET_DYN_BASE         0x08000000
10 
11 #include "../generic/target_mman.h"
12