Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

-1
-1
include/asm-mips/uaccess.h
··· 273 273 __asm__ __volatile__( \ 274 274 "1: lw %1, (%3) \n" \ 275 275 "2: lw %D1, 4(%3) \n" \ 276 - " move %0, $0 \n" \ 277 276 "3: .section .fixup,\"ax\" \n" \ 278 277 "4: li %0, %4 \n" \ 279 278 " move %1, $0 \n" \