PERFORCE change 137067 for review

Randall R. Stewart rrs at FreeBSD.org
Fri Mar 7 09:18:20 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137067

Change 137067 by rrs at rrs-mips2-jnpr on 2008/03/07 09:17:52

	Add the fls64 in as well. Not sure where the inline
	       comes from (maybe assembly in some architectures).

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/sys/libkern.h#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/sys/libkern.h#2 (text+ko) ====

@@ -80,6 +80,7 @@
 #endif
 #ifndef	HAVE_INLINE_FLS
 int	 fls(int);
+int	 fls64(uint64_t);
 #endif
 #ifndef	HAVE_INLINE_FLSL
 int	 flsl(long);


More information about the p4-projects mailing list