summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/compat_wrapper.S
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-12-27 12:03:15 (GMT)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-01-08 09:57:05 (GMT)
commit1427add02c90d60692e12ad88ade1e86c7444b38 (patch)
tree5946fa582fbb6df012e793ce8a542e421bcd7f42 /arch/s390/kernel/compat_wrapper.S
parentb2034e1934c4596ecbad798d0db0fb60c7f5628b (diff)
downloadlinux-1427add02c90d60692e12ad88ade1e86c7444b38.tar.xz
s390/syscalls: wire up finit_module syscall
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/compat_wrapper.S')
-rw-r--r--arch/s390/kernel/compat_wrapper.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/kernel/compat_wrapper.S b/arch/s390/kernel/compat_wrapper.S
index 827e094..9b9a805 100644
--- a/arch/s390/kernel/compat_wrapper.S
+++ b/arch/s390/kernel/compat_wrapper.S
@@ -1659,3 +1659,9 @@ ENTRY(sys_kcmp_wrapper)
llgfr %r5,%r5 # unsigned long
llgfr %r6,%r6 # unsigned long
jg sys_kcmp
+
+ENTRY(sys_finit_module_wrapper)
+ lgfr %r2,%r2 # int
+ llgtr %r3,%r3 # const char __user *
+ lgfr %r4,%r4 # int
+ jg sys_finit_module