Re: [PATCH 1/4] cpufreq: change cpu freq tables to per_cpu variables

2008-02-11 Thread Dave Jones
On Mon, Feb 11, 2008 at 09:32:19AM -0800, Mike Travis wrote: > Dave Jones wrote: > > On Fri, Feb 08, 2008 at 03:37:39PM -0800, Mike Travis wrote: > > > Change cpu frequency tables from arrays to per_cpu variables. > > > > > > Based on linux-2.6.git + x86.git > > > > Looks ok to me. Wo

Re: [PATCH 1/4] cpufreq: change cpu freq tables to per_cpu variables

2008-02-11 Thread Mike Travis
Dave Jones wrote: > On Fri, Feb 08, 2008 at 03:37:39PM -0800, Mike Travis wrote: > > Change cpu frequency tables from arrays to per_cpu variables. > > > > Based on linux-2.6.git + x86.git > > Looks ok to me. Would you like me to push this though cpufreq.git, > or do you want the series to go

Re: [PATCH 1/4] cpufreq: change cpu freq tables to per_cpu variables

2008-02-10 Thread Dave Jones
On Fri, Feb 08, 2008 at 03:37:39PM -0800, Mike Travis wrote: > Change cpu frequency tables from arrays to per_cpu variables. > > Based on linux-2.6.git + x86.git Looks ok to me. Would you like me to push this though cpufreq.git, or do you want the series to go through all in one? Da