patch-2.2.0-pre5 linux/include/asm-m68k/uaccess.h

Next file: linux/include/linux/inetdevice.h
Previous file: linux/include/asm-m68k/timex.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre4/linux/include/asm-m68k/uaccess.h linux/include/asm-m68k/uaccess.h
@@ -184,7 +184,7 @@
 	 "   .long 5b,9b\n"
 	 ".previous"
 	 : "=a"(to), "=a"(from), "=d"(n), "=&d"(tmp)
-	 : "r"(n & 3), "0"(to), "1"(from), "2"(n/4)
+	 : "d"(n & 3), "0"(to), "1"(from), "2"(n/4)
 	 : "d0", "memory");
     return n;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov