aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-09-30 00:20:50 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-14 19:33:53 -0400
commita8b8f6625075c673e21ef9bb418a31b0858472b0 (patch)
treeb7562e7f06563ef5627e53dfde63fa7cdda929d4 /arch/ia64
parentLinux 3.7-rc1 (diff)
downloadlinux-dev-a8b8f6625075c673e21ef9bb418a31b0858472b0.tar.xz
linux-dev-a8b8f6625075c673e21ef9bb418a31b0858472b0.zip
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: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/entry.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S
index 1ccbe12a4d84..6b0648d97b4c 100644
--- a/arch/ia64/kernel/entry.S
+++ b/arch/ia64/kernel/entry.S
@@ -491,12 +491,6 @@ GLOBAL_ENTRY(kernel_execve)
br.ret.sptk.many rp
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.
* We MUST preserve the current register frame throughout this routine