diff options
Diffstat (limited to 'arch/ia64/kernel/entry.S')
-rw-r--r-- | arch/ia64/kernel/entry.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S index 1ccbe12a4d8..6b0648d97b4 100644 --- a/arch/ia64/kernel/entry.S +++ b/arch/ia64/kernel/entry.S | |||
@@ -491,12 +491,6 @@ GLOBAL_ENTRY(kernel_execve) | |||
491 | br.ret.sptk.many rp | 491 | br.ret.sptk.many rp |
492 | END(kernel_execve) | 492 | END(kernel_execve) |
493 | 493 | ||
494 | GLOBAL_ENTRY(clone) | ||
495 | mov r15=__NR_clone // put syscall number in place | ||
496 | break __BREAK_SYSCALL | ||
497 | br.ret.sptk.many rp | ||
498 | END(clone) | ||
499 | |||
500 | /* | 494 | /* |
501 | * Invoke a system call, but do some tracing before and after the call. | 495 | * Invoke a system call, but do some tracing before and after the call. |
502 | * We MUST preserve the current register frame throughout this routine | 496 | * We MUST preserve the current register frame throughout this routine |