2011/6/4 Fabian Keil :
> Attilio Rao wrote:
>
>> Current maximum number of CPUs supported by the FreeBSD kernel is 32.
>> That number cames from indirectly by the fact that we have a cpumask_t
>> type, representing a mask of CPUs, which is an unsigned int right now.
>> I then made a patch that rem
Attilio Rao wrote:
> Current maximum number of CPUs supported by the FreeBSD kernel is 32.
> That number cames from indirectly by the fact that we have a cpumask_t
> type, representing a mask of CPUs, which is an unsigned int right now.
> I then made a patch that removes the cpumask_t type and us
2011/6/2 Ivan Voras :
> On 02/06/2011 14:23, Ivan Voras wrote:
>>
>> On 01/06/2011 20:21, Attilio Rao wrote:
>>>
>>> Current maximum number of CPUs supported by the FreeBSD kernel is 32.
>>> That number cames from indirectly by the fact that we have a cpumask_t
>>> type, representing a mask of CPUs
On 02/06/2011 14:23, Ivan Voras wrote:
On 01/06/2011 20:21, Attilio Rao wrote:
Current maximum number of CPUs supported by the FreeBSD kernel is 32.
That number cames from indirectly by the fact that we have a cpumask_t
type, representing a mask of CPUs, which is an unsigned int right now.
I the
On 01/06/2011 20:21, Attilio Rao wrote:
Current maximum number of CPUs supported by the FreeBSD kernel is 32.
That number cames from indirectly by the fact that we have a cpumask_t
type, representing a mask of CPUs, which is an unsigned int right now.
I then made a patch that removes the cpumask_
Awesome, glad to see this happening :)
Jack
On Wed, Jun 1, 2011 at 11:21 AM, Attilio Rao wrote:
> Current maximum number of CPUs supported by the FreeBSD kernel is 32.
> That number cames from indirectly by the fact that we have a cpumask_t
> type, representing a mask of CPUs, which is an unsi
Current maximum number of CPUs supported by the FreeBSD kernel is 32.
That number cames from indirectly by the fact that we have a cpumask_t
type, representing a mask of CPUs, which is an unsigned int right now.
I then made a patch that removes the cpumask_t type and uses cpuset_t
type for characte