Skip to content

Commit

Permalink
[MIPS] Remove stray instruction from __get_user_asm_ll32.
Browse files Browse the repository at this point in the history
This did result in double clearing of the error return value on success
only but should make a meassurable overhead for sigreturn.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Feb 13, 2007
1 parent cb66fb3 commit 6f3aa38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-mips/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ do { \
__asm__ __volatile__( \
"1: lw %1, (%3) \n" \
"2: lw %D1, 4(%3) \n" \
" move %0, $0 \n" \
"3: .section .fixup,\"ax\" \n" \
"4: li %0, %4 \n" \
" move %1, $0 \n" \
Expand Down

0 comments on commit 6f3aa38

Please sign in to comment.