MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
[qemu/kevin.git] / linux-user / hexagon / target_mman.h
blobe6b5e2ca36ba5ae5751802f42376e4463fcce496
1 /*
2 * arch/hexgon/include/asm/processor.h
3 * TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3)
5 * arch/hexagon/include/asm/mem-layout.h
6 * TASK_SIZE PAGE_OFFSET
7 * PAGE_OFFSET 0xc0000000
8 */
9 #define TASK_UNMAPPED_BASE 0x40000000
11 /* arch/hexagon/include/asm/elf.h */
12 #define ELF_ET_DYN_BASE 0x08000000
14 #include "../generic/target_mman.h"