diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-21 16:37:49 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 23:43:39 -0500 |
commit | 951b39619a76643972f6f23e007fd0f3fbbd71c2 (patch) | |
tree | 731800f22816f82bcc006de111d92baeb2805c3b /arch/c6x/kernel/entry.S | |
parent | 24465a40ba452bd81fdc9eecb2d75bb903aafdf6 (diff) | |
download | op-kernel-dev-951b39619a76643972f6f23e007fd0f3fbbd71c2.zip op-kernel-dev-951b39619a76643972f6f23e007fd0f3fbbd71c2.tar.gz |
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 75f6f36..1037b98 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 |