Re: [PATCH 00/10] x86: Reduce Memory Usage and Inter-Node message traffic (v3)

2007-09-14 Thread Andrew Morton
On Tue, 11 Sep 2007 18:56:44 -0700 [EMAIL PROTECTED] wrote: > Changes for version v3: > > cpu_sibling_map has been converted to a per_cpu data array to fix > build errors on ia64, ppc64 and sparc64 to accomodate references in > block/blktrace.c and kernel/sched.c when CONFIG_SCHED_SMT is defined.

Re: [PATCH 00/10] x86: Reduce Memory Usage and Inter-Node message traffic (v3)

2007-09-13 Thread Andi Kleen
On Wednesday 12 September 2007 03:56, [EMAIL PROTECTED] wrote: > Note: > > This patch consolidates all the previous patches regarding > the conversion of static arrays sized by NR_CPUS into per_cpu > data arrays and is referenced against 2.6.23-rc6 . Looks good to me from the x86 side. I'll leave

[PATCH 00/10] x86: Reduce Memory Usage and Inter-Node message traffic (v3)

2007-09-11 Thread travis
Note: This patch consolidates all the previous patches regarding the conversion of static arrays sized by NR_CPUS into per_cpu data arrays and is referenced against 2.6.23-rc6 . v1 Intro: In x86_64 and i386 architectures most arrays that are sized using NR_CPUS lay in local memory on node 0.