diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-12-28 17:02:56 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-12-28 17:04:38 +0100 |
commit | 6295150b732085989e170d2034b84b6ddff6c19e (patch) | |
tree | 22623b2521814f28333b6ae9aaa595d92fa91dd4 /arch/mips/kernel/scall64-o32.S | |
parent | d3ce88431892b703b04769566338a89eda6b0477 (diff) | |
download | op-kernel-dev-6295150b732085989e170d2034b84b6ddff6c19e.zip op-kernel-dev-6295150b732085989e170d2034b84b6ddff6c19e.tar.gz |
MIPS: Wire up finit_module syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 9601be6..cf3e75e 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -540,4 +540,5 @@ sys_call_table: PTR compat_sys_process_vm_readv /* 4345 */ PTR compat_sys_process_vm_writev PTR sys_kcmp + PTR sys_finit_module .size sys_call_table,.-sys_call_table |