Add support for s390x (64 bit) and s390 (31 bit) support for system call mlock2. Signed-off-by: Thomas Richter <tmricht@xxxxxxxxxxxxxxxxxx> --- include/syscalls-s390.h | 2 +- include/syscalls-s390x.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/syscalls-s390.h b/include/syscalls-s390.h index 27fbcce1..f53e5289 100644 --- a/include/syscalls-s390.h +++ b/include/syscalls-s390.h @@ -385,7 +385,7 @@ struct syscalltable syscalls_s390[] = { { .entry = &syscall_recvfrom }, { .entry = &syscall_recvmsg }, { .entry = &syscall_shutdown }, - { .entry = &syscall_ni_syscall }, /* TODO: mlock2 svc */ + { .entry = &syscall_mlock2 }, { .entry = &syscall_ni_syscall }, /* TODO: copy_file_range svc */ { .entry = &syscall_preadv2 }, { .entry = &syscall_pwritev2 }, diff --git a/include/syscalls-s390x.h b/include/syscalls-s390x.h index a3efa7db..f62c6fab 100644 --- a/include/syscalls-s390x.h +++ b/include/syscalls-s390x.h @@ -385,7 +385,7 @@ struct syscalltable syscalls_s390x[] = { { .entry = &syscall_recvfrom }, { .entry = &syscall_recvmsg }, { .entry = &syscall_shutdown }, - { .entry = &syscall_ni_syscall }, /* TODO: mlock2 svc */ + { .entry = &syscall_mlock2 }, { .entry = &syscall_ni_syscall }, /* TODO: copy_file_range svc */ { .entry = &syscall_preadv2 }, { .entry = &syscall_pwritev2 }, -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html