2010/8/11 John Baldwin :
> 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 p
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
2010/8/10 Attilio Rao :
> 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'
2010/8/10 Attilio Rao :
> 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'
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.
N