From: Russell King Date: Tue, 18 Oct 2016 19:26:10 +0000 (+0100) Subject: ARM: wire up new pkey syscalls X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=219622b7b3dc578799c067f316845ec18dee7d65;p=linux-beck.git ARM: wire up new pkey syscalls Wire up the new pkey syscalls for ARM. This illustrates the ease that the generated/tabular approach gives us: adding new system calls becomes much easier, and all the dependencies are automatically handled for the update. Signed-off-by: Russell King --- diff --git a/arch/arm/tools/syscall.tbl b/arch/arm/tools/syscall.tbl index 4eca42d791ce..3c2cb5d5adfa 100644 --- a/arch/arm/tools/syscall.tbl +++ b/arch/arm/tools/syscall.tbl @@ -408,3 +408,6 @@ 391 common copy_file_range sys_copy_file_range 392 common preadv2 sys_preadv2 393 common pwritev2 sys_pwritev2 +394 common pkey_mprotect sys_pkey_mprotect +395 common pkey_alloc sys_pkey_alloc +396 common pkey_free sys_pkey_free