From 5634008d6e32820c84cd10a1096cdc1d556f7fad Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 25 Aug 2017 15:57:14 +0000 Subject: [PATCH] s390: wire up s390_guarded_storage syscall * linux/s390/syscallent.h [378]: Add s390_guarded_storage entry. * linux/s390x/syscallent.h: Likewise. --- linux/s390/syscallent.h | 2 +- linux/s390x/syscallent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index d20ce8a6..2bf5a212 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -407,7 +407,7 @@ [375] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, [376] = { 6, TD, SEN(preadv2), "preadv2" }, [377] = { 6, TD, SEN(pwritev2), "pwritev2" }, -[378] = { }, +[378] = { 2, 0, SEN(printargs), "s390_guarded_storage" }, [379] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, #define SYS_socket_subcall 400 diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index ff104dd7..3b662b4c 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -391,7 +391,7 @@ [375] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, [376] = { 6, TD, SEN(preadv2), "preadv2" }, [377] = { 6, TD, SEN(pwritev2), "pwritev2" }, -[378] = { }, +[378] = { 2, 0, SEN(printargs), "s390_guarded_storage" }, [379] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, #define SYS_socket_subcall 400 -- 2.40.0