Skip to content

Commit

Permalink
[PATCH] m68k: fix typo in __generic_copy_to_user
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Oct 6, 2006
1 parent d6359fd commit 6c04c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/lib/uaccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ unsigned long __generic_copy_to_user(void __user *to, const void *from,
" .even\n"
"20: lsl.l #2,%0\n"
"50: add.l %5,%0\n"
" jra 7b\n"
" jra 8b\n"
" .previous\n"
"\n"
" .section __ex_table,\"a\"\n"
Expand Down

0 comments on commit 6c04c28

Please sign in to comment.