From bf0f60a61b92f4f9ddf09a3cf4fc41796fa42aed Mon Sep 17 00:00:00 2001 From: Chen Gang Date: Sun, 27 Sep 2015 08:10:18 +0800 Subject: 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 Message-Id: <1443312618-13641-1-git-send-email-gang.chen.5i5j@gmail.com> Signed-off-by: Richard Henderson --- linux-user/tilegx/syscall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux-user/tilegx') diff --git a/linux-user/tilegx/syscall.h b/linux-user/tilegx/syscall.h index 653ece1..a938d4e 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 -- cgit v1.1