patch-2.1.121 linux/include/asm-alpha/bitops.h
Next file: linux/include/asm-alpha/console.h
Previous file: linux/include/asm-alpha/asm_offsets.h
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Sun Sep  6 10:34:33 1998
-  Orig file: 
v2.1.120/linux/include/asm-alpha/bitops.h
-  Orig date: 
Tue Aug 18 22:02:06 1998
diff -u --recursive --new-file v2.1.120/linux/include/asm-alpha/bitops.h linux/include/asm-alpha/bitops.h
@@ -176,6 +176,7 @@
 	/* Whee.  EV6 can calculate it directly.  */
 	unsigned long result;
 	__asm__("ctlz %1,%0" : "=r"(result) : "r"(~word));
+	return result;
 #else
 	unsigned long bits, qofs, bofs;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov