Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54b71fba authored by Akira Takeuchi's avatar Akira Takeuchi Committed by Linus Torvalds
Browse files

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: default avatarAkira Takeuchi <takeuchi.akr@jp.panasonic.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 24646bd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -266,7 +266,7 @@ extern int __get_user_unknown(void);
		"	.section	.fixup,\"ax\"	\n"		\
		"	.section	.fixup,\"ax\"	\n"		\
		"4:					\n"		\
		"4:					\n"		\
		"	mov		%5,%0		\n"		\
		"	mov		%5,%0		\n"		\
		"	jmp		2b		\n"		\
		"	jmp		3b		\n"		\
		"	.previous			\n"		\
		"	.previous			\n"		\
		"	.section	__ex_table,\"a\"\n"		\
		"	.section	__ex_table,\"a\"\n"		\
		"	.balign		4		\n"		\
		"	.balign		4		\n"		\