diff options
author | Paul Mundt <lethal@linux-sh.org> | 2013-01-14 12:59:03 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2013-01-14 12:59:03 +0400 |
commit | a246f581fceb2d6c83a74364f4a4c6263e6cdfe4 (patch) | |
tree | f45ffa52cbf74b8b6fa1bab8cf20a3e3bcd75a05 /arch/sh/kernel/syscalls_32.S | |
parent | 4a71997a3279a339e7336ea5d0cd27282e2dea44 (diff) | |
download | linux-a246f581fceb2d6c83a74364f4a4c6263e6cdfe4.tar.xz |
sh: wire up finit_module syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls_32.S')
-rw-r--r-- | arch/sh/kernel/syscalls_32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index fe97ae5e56f1..734234be2f01 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S @@ -385,3 +385,4 @@ ENTRY(sys_call_table) .long sys_process_vm_readv /* 365 */ .long sys_process_vm_writev .long sys_kcmp + .long sys_finit_module |