]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/openrisc/target_mman.h
Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / linux-user / openrisc / target_mman.h
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"