Commit a8b8f662 authored by Al Viro's avatar Al Viro

ia64: clone() had been unused since 2004

Used to be used by kernel_thread(); dead code for 8 years...
Note that it's not sys_clone/sys_clone2 - those are used just
fine.
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ddffeb8c
...@@ -491,12 +491,6 @@ GLOBAL_ENTRY(kernel_execve) ...@@ -491,12 +491,6 @@ GLOBAL_ENTRY(kernel_execve)
br.ret.sptk.many rp br.ret.sptk.many rp
END(kernel_execve) END(kernel_execve)
GLOBAL_ENTRY(clone)
mov r15=__NR_clone // put syscall number in place
break __BREAK_SYSCALL
br.ret.sptk.many rp
END(clone)
/* /*
* Invoke a system call, but do some tracing before and after the call. * Invoke a system call, but do some tracing before and after the call.
* We MUST preserve the current register frame throughout this routine * We MUST preserve the current register frame throughout this routine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment