Re: [PATCH 2/4] acpi: change cpufreq tables to per_cpu variables

2008-02-13 Thread Mike Travis
Andrew Morton wrote: On Fri, 08 Feb 2008 15:37:40 -0800 Mike Travis [EMAIL PROTECTED] wrote: Change cpufreq tables from arrays to per_cpu variables in drivers/acpi/processor_thermal.c Based on linux-2.6.git + x86.git I fixed a bunch of rejects in [PATCH 1/4] cpufreq: change cpu freq

Re: [PATCH 2/4] acpi: change cpufreq tables to per_cpu variables

2008-02-13 Thread Andrew Morton
On Wed, 13 Feb 2008 10:10:00 -0800 Mike Travis [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Fri, 08 Feb 2008 15:37:40 -0800 Mike Travis [EMAIL PROTECTED] wrote: Change cpufreq tables from arrays to per_cpu variables in drivers/acpi/processor_thermal.c Based on linux-2.6.git +

Re: [PATCH 2/4] acpi: change cpufreq tables to per_cpu variables

2008-02-12 Thread Andrew Morton
On Fri, 08 Feb 2008 15:37:40 -0800 Mike Travis [EMAIL PROTECTED] wrote: Change cpufreq tables from arrays to per_cpu variables in drivers/acpi/processor_thermal.c Based on linux-2.6.git + x86.git I fixed a bunch of rejects in [PATCH 1/4] cpufreq: change cpu freq tables to per_cpu variables

[PATCH 2/4] acpi: change cpufreq tables to per_cpu variables

2008-02-08 Thread Mike Travis
Change cpufreq tables from arrays to per_cpu variables in drivers/acpi/processor_thermal.c Based on linux-2.6.git + x86.git Cc: Len Brown [EMAIL PROTECTED] Cc: linux-acpi@vger.kernel.org Signed-off-by: Mike Travis [EMAIL PROTECTED] --- drivers/acpi/processor_thermal.c | 21