MN10300: Fix __put_user_asm8()

Fix __put_user_asm8() by jumping to the end label (3:) from the exception
handler, rather than jumping back to retry the second store instruction (label
2:).

Signed-off-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Akira Takeuchi and committed by Linus Torvalds 54b71fba 24646bd2

+1 -1
+1 -1
include/asm-mn10300/uaccess.h
··· 266 " .section .fixup,\"ax\" \n" \ 267 "4: \n" \ 268 " mov %5,%0 \n" \ 269 - " jmp 2b \n" \ 270 " .previous \n" \ 271 " .section __ex_table,\"a\"\n" \ 272 " .balign 4 \n" \
··· 266 " .section .fixup,\"ax\" \n" \ 267 "4: \n" \ 268 " mov %5,%0 \n" \ 269 + " jmp 3b \n" \ 270 " .previous \n" \ 271 " .section __ex_table,\"a\"\n" \ 272 " .balign 4 \n" \