commit | a246f581fceb2d6c83a74364f4a4c6263e6cdfe4 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Jan 14 17:59:03 2013 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 14 17:59:03 2013 +0900 |
tree | f45ffa52cbf74b8b6fa1bab8cf20a3e3bcd75a05 | |
parent | 4a71997a3279a339e7336ea5d0cd27282e2dea44 [diff] [blame] |
sh: wire up finit_module syscall. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/syscalls_64.S b/arch/sh/kernel/syscalls_64.S index 5c7b1c6..579fcb9 100644 --- a/arch/sh/kernel/syscalls_64.S +++ b/arch/sh/kernel/syscalls_64.S
@@ -405,3 +405,4 @@ .long sys_process_vm_readv .long sys_process_vm_writev .long sys_kcmp + .long sys_finit_module