diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-10-18 22:26:10 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-10-18 23:34:07 +0300 |
commit | 219622b7b3dc578799c067f316845ec18dee7d65 (patch) | |
tree | b49a602bf36fee4b8fe6c585b9c399e888679f0b /arch/arm/tools | |
parent | 96a8fae0fe094b6a26a3ec88b2f097418f269cfe (diff) | |
download | linux-219622b7b3dc578799c067f316845ec18dee7d65.tar.xz |
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 <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/tools')
-rw-r--r-- | arch/arm/tools/syscall.tbl | 3 |
1 files changed, 3 insertions, 0 deletions
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 |