From 941d7dfd247bc116b89ec97d530d618b5862a80f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 May 2014 10:16:27 -0700 Subject: x86: Consolidate NPTL/non versions of clone --- sysdeps/unix/sysv/linux/x86_64/clone.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/x86_64/clone.S') diff --git a/sysdeps/unix/sysv/linux/x86_64/clone.S b/sysdeps/unix/sysv/linux/x86_64/clone.S index 0508730d83..2b71c1b240 100644 --- a/sysdeps/unix/sysv/linux/x86_64/clone.S +++ b/sysdeps/unix/sysv/linux/x86_64/clone.S @@ -92,7 +92,6 @@ L(thread_start): the outermost frame obviously. */ xorl %ebp, %ebp -#ifdef RESET_PID testq $CLONE_THREAD, %rdi jne 1f testq $CLONE_VM, %rdi @@ -103,7 +102,6 @@ L(thread_start): 2: movl %eax, %fs:PID movl %eax, %fs:TID 1: -#endif /* Set up arguments for the function call. */ popq %rax /* Function to call. */ -- cgit 1.4.1