svn commit: r211149 - in head/sys: amd64/amd64 i386/i386
John Baldwin
jhb at FreeBSD.org
Wed Aug 11 17:14:09 UTC 2010
Attilio Rao wrote:
> Author: attilio
> Date: Tue Aug 10 16:14:10 2010
> New Revision: 211149
> URL: http://svn.freebsd.org/changeset/base/211149
>
> Log:
> Fix some places that may use cpumask_t while they still use 'int' types.
> While there, also fix some places assuming cpu type is 'int' while
> u_int is really meant.
>
> Note: this will also fix some possible races in per-cpu data accessings
> to be addressed in further commits.
>
> In collabouration with: Yahoo! Incorporated (via sbruno and peter)
> Tested by: gianni
> MFC after: 1 month
Ugh, I have a much larger patch for all architectures in p4 that I was
doing universe builds on yesterday that this conflicts with. I will
commit my other patch shortly.
--
John Baldwin
More information about the svn-src-head
mailing list