patch-2.4.2 linux/include/asm-m68k/bitops.h

Next file: linux/include/asm-m68k/socket.h
Previous file: linux/include/asm-ia64/termios.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/include/asm-m68k/bitops.h linux/include/asm-m68k/bitops.h
@@ -228,7 +228,7 @@
 {
 	int cnt;
 
-	asm ("bfffo %1{#0:#0}" : "=d" (cnt) : "dm" (x & -x));
+	asm ("bfffo %1{#0:#0},%0" : "=d" (cnt) : "dm" (x & -x));
 
 	return 32 - cnt;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)