From 62eaf40bf4247751f630faa3c853eacf81874c94 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 25 Dec 2016 10:41:06 +0100 Subject: add pkey_{mprotect,alloc,free} syscalls from linux v4.9 see linux commit e8c24d3a23a469f1f40d4de24d872ca7023ced0a and linux Documentation/x86/protection-keys.txt --- arch/mips/bits/syscall.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/mips') diff --git a/arch/mips/bits/syscall.h.in b/arch/mips/bits/syscall.h.in index bcceaa2a..6c9b3d8c 100644 --- a/arch/mips/bits/syscall.h.in +++ b/arch/mips/bits/syscall.h.in @@ -360,4 +360,7 @@ #define __NR_copy_file_range 4360 #define __NR_preadv2 4361 #define __NR_pwritev2 4362 +#define __NR_pkey_mprotect 4363 +#define __NR_pkey_alloc 4364 +#define __NR_pkey_free 4365 -- cgit v1.2.1