浏览代码

[MIPS] Remove stray instruction from __get_user_asm_ll32.

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>
Ralf Baechle 18 年之前
父节点
当前提交
6f3aa38e19
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/asm-mips/uaccess.h

+ 0 - 1
include/asm-mips/uaccess.h

@@ -273,7 +273,6 @@ do {									\
 	__asm__ __volatile__(						\
 	__asm__ __volatile__(						\
 	"1:	lw	%1, (%3)				\n"	\
 	"1:	lw	%1, (%3)				\n"	\
 	"2:	lw	%D1, 4(%3)				\n"	\
 	"2:	lw	%D1, 4(%3)				\n"	\
-	"	move	%0, $0					\n"	\
 	"3:	.section	.fixup,\"ax\"			\n"	\
 	"3:	.section	.fixup,\"ax\"			\n"	\
 	"4:	li	%0, %4					\n"	\
 	"4:	li	%0, %4					\n"	\
 	"	move	%1, $0					\n"	\
 	"	move	%1, $0					\n"	\