x86: Merge sys_execve
Change 32-bit sys_execve to PTREGSCALL3, and merge with 64-bit. Signed-off-by: Brian Gerst <brgerst@gmail.com> LKML-Reference: <1260403316-5679-4-git-send-email-brgerst@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:

committed by
H. Peter Anvin

parent
27f59559d6
commit
11cf88bd0b
@@ -762,7 +762,7 @@ PTREGSCALL1(iopl)
|
||||
PTREGSCALL0(fork)
|
||||
PTREGSCALL0(clone)
|
||||
PTREGSCALL0(vfork)
|
||||
PTREGSCALL0(execve)
|
||||
PTREGSCALL3(execve)
|
||||
PTREGSCALL0(sigaltstack)
|
||||
PTREGSCALL0(sigreturn)
|
||||
PTREGSCALL0(rt_sigreturn)
|
||||
|
Reference in New Issue
Block a user