Displaying 3 results from an estimated 3 matches for "nr_cpusfor".
2006 Apr 21
1
RE: [PATCH]Check the values of MAX_VIRT_CPUS and NR_CPUSfor SMP
>From: Keir Fraser
>Sent: 2006年4月21日 14:41
>
>
>On 21 Apr 2006, at 02:31, Atsushi SAKAI wrote:
>
>> But the logical limit of the IA64 Max CPU is larger than 64.
>> If someone change these values, some possibility make this error
>again.
>>
>> To avoid this problem, I believe this check code should be exists.
>
>See how we solve this on x86 near
2006 Apr 21
1
RE: [PATCH]Check the values of MAX_VIRT_CPUS and NR_CPUSfor SMP
>From: Tristan Gingold [mailto:Tristan.Gingold@bull.net]
>Sent: 2006年4月21日 15:26
>> >
>> >See how we solve this on x86 near the top of do_boot_cpu() in
>> >arch/x86/smpboot.c. Essentially we allocate extra idle domains on
>> >demand to give us enough idle vcpus for one per physical cpu.
>> >
>> > -- Keir
>>
>> Yes,
2006 Apr 21
0
RE: [PATCH]Check the values of MAX_VIRT_CPUS and NR_CPUSfor SMP
>From: Tristan Gingold [mailto:Tristan.Gingold@bull.net]
>Sent: 2006年4月21日 15:40
>
>Le Vendredi 21 Avril 2006 09:28, Tian, Kevin a écrit :
>> From: Tristan Gingold [mailto:Tristan.Gingold@bull.net]
>>
>> >Sent: 2006年4月21日 15:26
>> >
>> >> >See how we solve this on x86 near the top of do_boot_cpu() in
>> >> >arch/x86/smpboot.c.