Re: svn commit: r211149 - in head/sys: amd64/amd64 i386/i386

2010-08-11 Thread Attilio Rao
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

Re: svn commit: r211149 - in head/sys: amd64/amd64 i386/i386

2010-08-11 Thread 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 places assuming cpu type is 'int' while u_int is

Re: svn commit: r211149 - in head/sys: amd64/amd64 i386/i386

2010-08-10 Thread Attilio Rao
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'

Re: svn commit: r211149 - in head/sys: amd64/amd64 i386/i386

2010-08-10 Thread Attilio Rao
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'

svn commit: r211149 - in head/sys: amd64/amd64 i386/i386

2010-08-10 Thread 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' while u_int is really meant. N