diff options
author | David S. Miller <davem@davemloft.net> | 2014-08-14 07:00:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-14 07:00:09 +0200 |
commit | 10cf15e1d1289aa0bf1d26e9f55176b4c7c5c512 (patch) | |
tree | f5e3127632889c170b25ac6583c90a8c3d002d72 /arch/sparc/kernel/systbls_32.S | |
parent | sparc64: Properly claim resources as each PCI bus is probed. (diff) | |
download | linux-10cf15e1d1289aa0bf1d26e9f55176b4c7c5c512.tar.xz linux-10cf15e1d1289aa0bf1d26e9f55176b4c7c5c512.zip |
sparc: Hook up memfd_create system call.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/systbls_32.S')
-rw-r--r-- | arch/sparc/kernel/systbls_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/systbls_32.S b/arch/sparc/kernel/systbls_32.S index 217893e18d78..6a873c344bc0 100644 --- a/arch/sparc/kernel/systbls_32.S +++ b/arch/sparc/kernel/systbls_32.S @@ -86,4 +86,4 @@ sys_call_table: /*330*/ .long sys_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, sys_open_by_handle_at, sys_clock_adjtime /*335*/ .long sys_syncfs, sys_sendmmsg, sys_setns, sys_process_vm_readv, sys_process_vm_writev /*340*/ .long sys_ni_syscall, sys_kcmp, sys_finit_module, sys_sched_setattr, sys_sched_getattr -/*345*/ .long sys_renameat2, sys_seccomp, sys_getrandom +/*345*/ .long sys_renameat2, sys_seccomp, sys_getrandom, sys_memfd_create |