Browse Source

[PATCH] m68k: fix typo in __generic_copy_to_user

Jump to the correct exit label after exception

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Roman Zippel 18 years ago
parent
commit
6c04c28a65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/m68k/lib/uaccess.c

+ 1 - 1
arch/m68k/lib/uaccess.c

@@ -84,7 +84,7 @@ unsigned long __generic_copy_to_user(void __user *to, const void *from,
 		"	.even\n"
 		"	.even\n"
 		"20:	lsl.l	#2,%0\n"
 		"20:	lsl.l	#2,%0\n"
 		"50:	add.l	%5,%0\n"
 		"50:	add.l	%5,%0\n"
-		"	jra	7b\n"
+		"	jra	8b\n"
 		"	.previous\n"
 		"	.previous\n"
 		"\n"
 		"\n"
 		"	.section __ex_table,\"a\"\n"
 		"	.section __ex_table,\"a\"\n"