]> git.proxmox.com Git - mirror_qemu.git/blame - linux-user/hexagon/target_mman.h
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
[mirror_qemu.git] / linux-user / hexagon / target_mman.h
CommitLineData
2d708164
RH
1/*
2 * arch/hexgon/include/asm/processor.h
3 * TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3)
4 *
5 * arch/hexagon/include/asm/mem-layout.h
6 * TASK_SIZE PAGE_OFFSET
7 * PAGE_OFFSET 0xc0000000
8 */
9#define TASK_UNMAPPED_BASE 0x40000000
10
da2b71fa
RH
11/* arch/hexagon/include/asm/elf.h */
12#define ELF_ET_DYN_BASE 0x08000000
13
9f22020b 14#include "../generic/target_mman.h"