diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-21 22:37:49 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-29 05:43:39 +0100 |
commit | 951b39619a76643972f6f23e007fd0f3fbbd71c2 (patch) | |
tree | 731800f22816f82bcc006de111d92baeb2805c3b /arch/c6x/kernel/entry.S | |
parent | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h (diff) | |
download | linux-951b39619a76643972f6f23e007fd0f3fbbd71c2.tar.xz linux-951b39619a76643972f6f23e007fd0f3fbbd71c2.zip |
c6x: sanitize copy_thread(), get rid of clone(2) wrapper, switch to generic clone()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/c6x/kernel/entry.S')
-rw-r--r-- | arch/c6x/kernel/entry.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/c6x/kernel/entry.S b/arch/c6x/kernel/entry.S index 75f6f36472cf..1037b98953ca 100644 --- a/arch/c6x/kernel/entry.S +++ b/arch/c6x/kernel/entry.S @@ -613,18 +613,6 @@ ENDPROC(sys_sigaltstack) ;; Special system calls ;; return address is in B3 ;; -ENTRY(sys_clone) - ADD .D1X SP,8,A4 -#ifdef CONFIG_C6X_BIG_KERNEL - || MVKL .S1 sys_c6x_clone,A0 - MVKH .S1 sys_c6x_clone,A0 - BNOP .S2X A0,5 -#else - || B .S2 sys_c6x_clone - NOP 5 -#endif -ENDPROC(sys_clone) - ENTRY(sys_rt_sigreturn) ADD .D1X SP,8,A4 #ifdef CONFIG_C6X_BIG_KERNEL |