Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 09:18:19 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137067 for review
Message-ID:  <200803070918.m279IJU0020420@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137067

Change 137067 by rrs@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803070918.m279IJU0020420>