summaryrefslogtreecommitdiff
path: root/src/arch-mips64n32-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-mips64n32-syscalls.c')
-rw-r--r--src/arch-mips64n32-syscalls.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/arch-mips64n32-syscalls.c b/src/arch-mips64n32-syscalls.c
index fa89bc2..a22d643 100644
--- a/src/arch-mips64n32-syscalls.c
+++ b/src/arch-mips64n32-syscalls.c
@@ -30,7 +30,7 @@
/* N32 ABI */
#define __SCMP_NR_BASE 6000
-/* NOTE: based on Linux 4.14 */
+/* NOTE: based on Linux 4.15-rc7 */
const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "_llseek", __PNR__llseek },
{ "_newselect", (__SCMP_NR_BASE + 22) },
@@ -126,6 +126,7 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "get_mempolicy", (__SCMP_NR_BASE + 232) },
{ "get_robust_list", (__SCMP_NR_BASE + 273) },
{ "get_thread_area", __PNR_get_thread_area },
+ { "get_tls", __PNR_get_tls },
{ "getcpu", (__SCMP_NR_BASE + 275) },
{ "getcwd", (__SCMP_NR_BASE + 77) },
{ "getdents", (__SCMP_NR_BASE + 76) },
@@ -308,9 +309,11 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "rt_sigtimedwait", (__SCMP_NR_BASE + 126) },
{ "rt_tgsigqueueinfo", (__SCMP_NR_BASE + 295) },
{ "rtas", __PNR_rtas },
+ { "s390_guarded_storage", __PNR_s390_guarded_storage },
{ "s390_pci_mmio_read", __PNR_s390_pci_mmio_read },
{ "s390_pci_mmio_write", __PNR_s390_pci_mmio_write },
{ "s390_runtime_instr", __PNR_s390_runtime_instr },
+ { "s390_sthyi", __PNR_s390_sthyi },
{ "sched_get_priority_max", (__SCMP_NR_BASE + 143) },
{ "sched_get_priority_min", (__SCMP_NR_BASE + 144) },
{ "sched_getaffinity", (__SCMP_NR_BASE + 196) },