From 8712a5b807502e0772a5127ef6de4ff4a42edc21 Mon Sep 17 00:00:00 2001 From: Hans-Christian Noren Egtvedt Date: Mon, 12 Dec 2016 09:23:09 +0100 Subject: avr32: wire up pkey syscalls This patch wires up the new pkey_mprotect, pkey_alloc and pkey_free syscalls on AVR32. --- arch/avr32/include/uapi/asm/unistd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/avr32/include') diff --git a/arch/avr32/include/uapi/asm/unistd.h b/arch/avr32/include/uapi/asm/unistd.h index 2c8a0d2b6c30..236505d889d0 100644 --- a/arch/avr32/include/uapi/asm/unistd.h +++ b/arch/avr32/include/uapi/asm/unistd.h @@ -340,5 +340,8 @@ #define __NR_copy_file_range 325 #define __NR_preadv2 326 #define __NR_pwritev2 327 +#define __NR_pkey_mprotect 328 +#define __NR_pkey_alloc 329 +#define __NR_pkey_free 330 #endif /* _UAPI__ASM_AVR32_UNISTD_H */ -- cgit v1.2.3