aboutsummaryrefslogtreecommitdiff
path: root/linux-user/hexagon/target_mman.h
blob: c5ae336e07d3267f84ad8d4c14ed2b6916c3d6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * arch/hexgon/include/asm/processor.h
 * TASK_UNMAPPED_BASE        PAGE_ALIGN(TASK_SIZE / 3)
 *
 * arch/hexagon/include/asm/mem-layout.h
 * TASK_SIZE                 PAGE_OFFSET
 * PAGE_OFFSET               0xc0000000
 */
#define TASK_UNMAPPED_BASE   0x40000000

#include "../generic/target_mman.h"