]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/arm/target_mman.h
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
[mirror_qemu.git] / linux-user / arm / target_mman.h
1 /*
2 * arch/arm/include/asm/memory.h
3 * TASK_UNMAPPED_BASE ALIGN(TASK_SIZE / 3, SZ_16M)
4 * TASK_SIZE CONFIG_PAGE_OFFSET
5 * CONFIG_PAGE_OFFSET 0xC0000000 (default in Kconfig)
6 */
7 #define TASK_UNMAPPED_BASE 0x40000000
8
9 /* arch/arm/include/asm/elf.h */
10 #define ELF_ET_DYN_BASE 0x00400000
11
12 #include "../generic/target_mman.h"