[PATCH 3/5] m68k: fix type in __generic_copy_to_user

From: zippel
Date: Wed Oct 04 2006 - 19:27:05 EST


Jump to the correct exit label after exception

Signed-off-by: Roman Zippel <zippel@xxxxxxxxxxxxxx>

---
arch/m68k/lib/uaccess.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/arch/m68k/lib/uaccess.c
===================================================================
--- linux-2.6.orig/arch/m68k/lib/uaccess.c
+++ linux-2.6/arch/m68k/lib/uaccess.c
@@ -84,7 +84,7 @@ unsigned long __generic_copy_to_user(voi
" .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"

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/