[S390] use ENTRY macro for sys_setns_wrapper
Use the ENTRY macro for the system call wrapper sys_setns_wrapper similarly to the other wrappers. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
e73b7fffe4
commit
017ec18360
|
@ -1623,8 +1623,7 @@ ENTRY(sys_syncfs_wrapper)
|
|||
lgfr %r2,%r2 # int
|
||||
jg sys_syncfs
|
||||
|
||||
.globl sys_setns_wrapper
|
||||
sys_setns_wrapper:
|
||||
ENTRY(sys_setns_wrapper)
|
||||
lgfr %r2,%r2 # int
|
||||
lgfr %r3,%r3 # int
|
||||
jg sys_setns
|
||||
|
|
Loading…
Reference in New Issue