diff options
author | Chen Gang <gang.chen.5i5j@gmail.com> | 2015-09-27 08:10:18 +0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-10-07 20:03:15 +1100 |
commit | bf0f60a61b92f4f9ddf09a3cf4fc41796fa42aed (patch) | |
tree | f70f65703c6855b128baf9575985a48df2d73432 /linux-user/tilegx | |
parent | de2fdd56b11f4207e6614ee2f56039ef240399f1 (diff) |
linux-user/tilegx: Implement tilegx signal features
[rth: Remove the spreg[EX1] handling, as it's irrelevant to user-mode.]
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Message-Id: <1443312618-13641-1-git-send-email-gang.chen.5i5j@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'linux-user/tilegx')
-rw-r--r-- | linux-user/tilegx/syscall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/tilegx/syscall.h b/linux-user/tilegx/syscall.h index 653ece13d8..a938d4e90c 100644 --- a/linux-user/tilegx/syscall.h +++ b/linux-user/tilegx/syscall.h @@ -37,4 +37,7 @@ struct target_pt_regs { #define TARGET_MLOCKALL_MCL_CURRENT 1 #define TARGET_MLOCKALL_MCL_FUTURE 2 +/* For faultnum */ +#define TARGET_INT_SWINT_1 14 + #endif |