Re: svn commit: r324420 - in head/sys: kern sys

2017-10-09 Thread Alan Cox
On 10/09/2017 10:54, Cy Schubert wrote: > In message <201710082217.v98mhdni012...@repo.freebsd.org>, Alan Cox writes: >> Author: alc >> Date: Sun Oct 8 22:17:39 2017 >> New Revision: 324420 >> URL: https://svnweb.freebsd.org/changeset/base/324420 >> >> Log: >> The blst_radix_init function has

Re: svn commit: r324420 - in head/sys: kern sys

2017-10-09 Thread Cy Schubert
In message <201710082217.v98mhdni012...@repo.freebsd.org>, Alan Cox writes: > Author: alc > Date: Sun Oct 8 22:17:39 2017 > New Revision: 324420 > URL: https://svnweb.freebsd.org/changeset/base/324420 > > Log: > The blst_radix_init function has two purposes - to compute the number of > nodes

svn commit: r324420 - in head/sys: kern sys

2017-10-08 Thread Alan Cox
Author: alc Date: Sun Oct 8 22:17:39 2017 New Revision: 324420 URL: https://svnweb.freebsd.org/changeset/base/324420 Log: The blst_radix_init function has two purposes - to compute the number of nodes to allocate for the blist, and to initialize them. The computation can be done much more