aboutsummaryrefslogtreecommitdiff
path: root/linux-user/tilegx/target_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/tilegx/target_syscall.h')
-rw-r--r--linux-user/tilegx/target_syscall.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux-user/tilegx/target_syscall.h b/linux-user/tilegx/target_syscall.h
index d731acdafa..8e9db734b8 100644
--- a/linux-user/tilegx/target_syscall.h
+++ b/linux-user/tilegx/target_syscall.h
@@ -34,8 +34,9 @@ struct target_pt_regs {
tilegx_reg_t pad[2];
};
-#define TARGET_MLOCKALL_MCL_CURRENT 1
-#define TARGET_MLOCKALL_MCL_FUTURE 2
+#define TARGET_MCL_CURRENT 1
+#define TARGET_MCL_FUTURE 2
+#define TARGET_MCL_ONFAULT 4
/* For faultnum */
#define TARGET_INT_SWINT_1 14