summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel/syscall_table.S
diff options
context:
space:
mode:
authorHans-Christian Noren Egtvedt <egtvedt@samfundet.no>2016-12-12 09:23:09 +0100
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>2016-12-12 09:24:13 +0100
commit8712a5b807502e0772a5127ef6de4ff4a42edc21 (patch)
tree9c148c2a5c49f003b4968dd9347172f9efe57349 /arch/avr32/kernel/syscall_table.S
parent79ba1814dafc8f23fc518f7fe1ab79055b60803e (diff)
downloadlinux-8712a5b807502e0772a5127ef6de4ff4a42edc21.tar.gz
linux-8712a5b807502e0772a5127ef6de4ff4a42edc21.tar.xz
avr32: wire up pkey syscalls
This patch wires up the new pkey_mprotect, pkey_alloc and pkey_free syscalls on AVR32.
Diffstat (limited to 'arch/avr32/kernel/syscall_table.S')
-rw-r--r--arch/avr32/kernel/syscall_table.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/kernel/syscall_table.S b/arch/avr32/kernel/syscall_table.S
index 7b348ba70e41..774ce57f4948 100644
--- a/arch/avr32/kernel/syscall_table.S
+++ b/arch/avr32/kernel/syscall_table.S
@@ -341,4 +341,7 @@ sys_call_table:
.long __sys_copy_file_range
.long __sys_preadv2
.long __sys_pwritev2
+ .long sys_pkey_mprotect
+ .long sys_pkey_alloc
+ .long sys_pkey_free /* 330 */
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */