diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-10-18 15:26:10 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-10-18 16:34:07 -0400 |
commit | 219622b7b3dc578799c067f316845ec18dee7d65 (patch) | |
tree | b49a602bf36fee4b8fe6c585b9c399e888679f0b | |
parent | 96a8fae0fe094b6a26a3ec88b2f097418f269cfe (diff) |
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>
-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 @@ | |||
408 | 391 common copy_file_range sys_copy_file_range | 408 | 391 common copy_file_range sys_copy_file_range |
409 | 392 common preadv2 sys_preadv2 | 409 | 392 common preadv2 sys_preadv2 |
410 | 393 common pwritev2 sys_pwritev2 | 410 | 393 common pwritev2 sys_pwritev2 |
411 | 394 common pkey_mprotect sys_pkey_mprotect | ||
412 | 395 common pkey_alloc sys_pkey_alloc | ||
413 | 396 common pkey_free sys_pkey_free | ||