Re: [PATCH 0/2] percpu: Optimize percpu accesses v3

2008-02-20 Thread Thomas Gleixner
On Wed, 20 Feb 2008, Ingo Molnar wrote: > * Mike Travis <[EMAIL PROTECTED]> wrote: > > > This is the generic (non-x86) changes for zero-based per cpu > > variables. > > thanks Mike. I've put this into the -testing branch of x86.git. (so that > we can see and test the impact of these patches,

Re: [PATCH 0/2] percpu: Optimize percpu accesses v3

2008-02-20 Thread Ingo Molnar
* Mike Travis <[EMAIL PROTECTED]> wrote: > This is the generic (non-x86) changes for zero-based per cpu > variables. thanks Mike. I've put this into the -testing branch of x86.git. (so that we can see and test the impact of these patches, but they wont leak into -mm) Ingo -- To

Re: [PATCH 0/2] percpu: Optimize percpu accesses v3

2008-02-20 Thread Ingo Molnar
* Mike Travis [EMAIL PROTECTED] wrote: This is the generic (non-x86) changes for zero-based per cpu variables. thanks Mike. I've put this into the -testing branch of x86.git. (so that we can see and test the impact of these patches, but they wont leak into -mm) Ingo -- To

Re: [PATCH 0/2] percpu: Optimize percpu accesses v3

2008-02-20 Thread Thomas Gleixner
On Wed, 20 Feb 2008, Ingo Molnar wrote: * Mike Travis [EMAIL PROTECTED] wrote: This is the generic (non-x86) changes for zero-based per cpu variables. thanks Mike. I've put this into the -testing branch of x86.git. (so that we can see and test the impact of these patches, but they

[PATCH 0/2] percpu: Optimize percpu accesses v3

2008-02-19 Thread Mike Travis
This is the generic (non-x86) changes for zero-based per cpu variables. This patchset provides the following: * Init: Move setup of nr_cpu_ids to as early as possible for usage by early boot functions. * Generic: Percpu infrastructure to rebase the per cpu area to zero This

[PATCH 0/2] percpu: Optimize percpu accesses v3

2008-02-19 Thread Mike Travis
This is the generic (non-x86) changes for zero-based per cpu variables. This patchset provides the following: * Init: Move setup of nr_cpu_ids to as early as possible for usage by early boot functions. * Generic: Percpu infrastructure to rebase the per cpu area to zero This