am 17e44b89: am fc951aae: am bf0a4407: Merge "Remove an unnecessary instruction from arm64 __bionic_clone."

* commit '17e44b89e11286f3dcf7b35f9bb6432864ac085e':
  Remove an unnecessary instruction from arm64 __bionic_clone.
This commit is contained in:
Elliott Hughes
2014-05-22 00:33:42 +00:00
committed by Android Git Automerger

View File

@@ -38,9 +38,6 @@ ENTRY(__bionic_clone)
# Copy 'fn' and 'arg' onto the child stack. # Copy 'fn' and 'arg' onto the child stack.
stp x5, x6, [x1, #-16] stp x5, x6, [x1, #-16]
# Zero out the top 32 bits of 'flags'. (Is this necessary?)
uxtw x0, w0
# Make the system call. # Make the system call.
mov x8, __NR_clone mov x8, __NR_clone
svc #0 svc #0