Re: [PATCH 0/2] x86: Reduce pressure on stack from cpumask usage -v2

2007-11-21 Thread Mike Travis
Andi Kleen wrote: > On Wednesday 21 November 2007 11:02:01 [EMAIL PROTECTED] wrote: >> v2: >> - fix some compile errors when NR_CPUS > default for ia386 (128 & 4096) >> - remove unnecessary includes >> >> Convert cpumask_of_cpu to use a static percpu data array and >> set_cpus_allowed to pa

Re: [PATCH 0/2] x86: Reduce pressure on stack from cpumask usage -v2

2007-11-21 Thread Andi Kleen
On Wednesday 21 November 2007 11:02:01 [EMAIL PROTECTED] wrote: > > v2: > - fix some compile errors when NR_CPUS > default for ia386 (128 & 4096) > - remove unneccessary includes > > Convert cpumask_of_cpu to use a static percpu data array and > set_cpus_allowed to pass the cpumask_t arg

[PATCH 0/2] x86: Reduce pressure on stack from cpumask usage -v2

2007-11-21 Thread travis
v2: - fix some compile errors when NR_CPUS > default for ia386 (128 & 4096) - remove unneccessary includes Convert cpumask_of_cpu to use a static percpu data array and set_cpus_allowed to pass the cpumask_t arg as a pointer. Conditioned on NR_CPUS > BITS_PER_LONG. Compiled and tested fo