<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/powerpc/include/runq.h, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-01-07T02:29:27Z</updated>
<entry>
<title>/* -&gt; /*- for license, minor formatting changes</title>
<updated>2005-01-07T02:29:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-07T02:29:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=60727d8b86294910d41cbda1a50a855ea0537449'/>
<id>urn:sha1:60727d8b86294910d41cbda1a50a855ea0537449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the "- 1" into the RQB_FFS(mask) macro itself so that</title>
<updated>2002-06-20T06:21:20Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-06-20T06:21:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f9267ec2327d71bca865a65fefdf1afa83c6778'/>
<id>urn:sha1:2f9267ec2327d71bca865a65fefdf1afa83c6778</id>
<content type='text'>
implementations can provide a base zero ffs function if they wish.
This changes
  #define RQB_FFS(mask) (ffs64(mask))
  foo = RQB_FFS(mask) - 1;
to
  #define RQB_FFS(mask) (ffs64(mask) - 1)
  foo = RQB_FFS(mask);
On some platforms we can get the "- 1" for free, eg: those that use the
C code for ffs64().

Reviewed by:	jake (in principle)
</content>
</entry>
<entry>
<title>Make the run queue parameters machine dependent.  Optimize 64 bit</title>
<updated>2002-05-25T01:12:23Z</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2002-05-25T01:12:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d2ac231616f04bd63795021f23d324351a24788b'/>
<id>urn:sha1:d2ac231616f04bd63795021f23d324351a24788b</id>
<content type='text'>
architectures by using a 64 bit word for the bit array which keeps
track of non-empty queues.

Reviewed by:	peter
</content>
</entry>
</feed>
