aboutsummaryrefslogtreecommitdiff
path: root/linux-user/nios2/target_mman.h
blob: ce18f4f8713e078395528dc8ceba91d99157dccb (plain)
1
2
3
4
5
6
7
8
/*
 * arch/nios2/include/asm/processor.h:
 * TASK_UNMAPPED_BASE         PAGE_ALIGN(TASK_SIZE / 3)
 * TASK_SIZE                  0x7FFF0000UL
 */
#define TASK_UNMAPPED_BASE    TARGET_PAGE_ALIGN(0x7FFF0000 / 3)

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