aboutsummaryrefslogtreecommitdiff
path: root/linux-user/alpha/target_mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/alpha/target_mman.h')
-rw-r--r--linux-user/alpha/target_mman.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux-user/alpha/target_mman.h b/linux-user/alpha/target_mman.h
index 6bb03e7336..c90b493711 100644
--- a/linux-user/alpha/target_mman.h
+++ b/linux-user/alpha/target_mman.h
@@ -20,6 +20,14 @@
#define TARGET_MS_SYNC 2
#define TARGET_MS_INVALIDATE 4
+/*
+ * arch/alpha/include/asm/processor.h:
+ *
+ * TASK_UNMAPPED_BASE TASK_SIZE / 2
+ * TASK_SIZE 0x40000000000UL
+ */
+#define TASK_UNMAPPED_BASE 0x20000000000ull
+
#include "../generic/target_mman.h"
#endif