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
-  Lines: 9
-  Date:
Sat Feb  3 11:26:44 2001
-  Orig file: 
v2.4.1/linux/include/asm-m68k/bitops.h
-  Orig date: 
Mon Nov 27 18:00:49 2000
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)