Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / linux-user / openrisc / target_mman.h
blob243c1d5f26c63ccab9f3b770f9d412758bfb0eac
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
8 /* arch/openrisc/include/asm/elf.h */
9 #define ELF_ET_DYN_BASE 0x08000000
11 #include "../generic/target_mman.h"