blob: e6b5e2ca36ba5ae5751802f42376e4463fcce496 [file] [log] [blame]
Richard Henderson2d708162023-08-02 14:29:40 -07001/*
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
Richard Hendersonda2b71f2023-08-02 15:17:33 -070011/* arch/hexagon/include/asm/elf.h */
12#define ELF_ET_DYN_BASE 0x08000000
13
Ilya Leoshkevich9f220202022-09-06 02:08:35 +020014#include "../generic/target_mman.h"