forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
96a8fae0fe
commit
219622b7b3
@ -408,3 +408,6 @@
|
|||||||
391 common copy_file_range sys_copy_file_range
|
391 common copy_file_range sys_copy_file_range
|
||||||
392 common preadv2 sys_preadv2
|
392 common preadv2 sys_preadv2
|
||||||
393 common pwritev2 sys_pwritev2
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user