powerpc: add pkey syscall numbers from linux v4.16
authorSzabolcs Nagy <nsz@port70.net>
Sat, 28 Apr 2018 16:36:40 +0000 (16:36 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Jun 2018 17:25:50 +0000 (13:25 -0400)
add pkey_mprotect, pkey_alloc, pkey_free syscall numbers,
new in linux commits 3350eb2ea127978319ced883523d828046af4045
and 9499ec1b5e82321829e1c1510bcc37edc20b6f38

arch/powerpc/bits/syscall.h.in
arch/powerpc64/bits/syscall.h.in

index 20833915ebc637c750d81583824348af27eeccca..7ce94bbdec623ac01a4ef9cd6da21812dfc04c1b 100644 (file)
 #define __NR_pwritev2              381
 #define __NR_kexec_file_load       382
 #define __NR_statx                 383
+#define __NR_pkey_alloc            384
+#define __NR_pkey_free             385
+#define __NR_pkey_mprotect         386
 
index 936f43c07f8f6950da3f9da9e57f1eb67e4db3e7..1da1ecc0ebf35f30fbacf3451049082e2d419d03 100644 (file)
 #define __NR_pwritev2               381
 #define __NR_kexec_file_load        382
 #define __NR_statx                  383
+#define __NR_pkey_alloc             384
+#define __NR_pkey_free              385
+#define __NR_pkey_mprotect          386