From: Andrew Morton - Please us tabs, not space. - Please test things. Cc: Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton --- arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c | 2 +- arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff -puN arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c~x86_64-cpufreq-constant-tsc-fix arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c --- devel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c~x86_64-cpufreq-constant-tsc-fix 2005-12-22 05:08:46.000000000 -0800 +++ devel-akpm/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c 2005-12-22 05:08:46.000000000 -0800 @@ -479,6 +479,7 @@ static int centrino_cpu_init(struct cpuf unsigned l, h; int ret; int i; + struct cpuinfo_x86 *c = &cpu_data[policy->cpu]; /* Only Intel makes Enhanced Speedstep-capable CPUs */ if (cpu->x86_vendor != X86_VENDOR_INTEL || !cpu_has(cpu, X86_FEATURE_EST)) diff -puN arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c~x86_64-cpufreq-constant-tsc-fix arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c --- devel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c~x86_64-cpufreq-constant-tsc-fix 2005-12-22 05:08:46.000000000 -0800 +++ devel-akpm/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c 2005-12-22 05:08:46.000000000 -0800 @@ -303,7 +303,7 @@ acpi_cpufreq_cpu_init ( unsigned int cpu = policy->cpu; struct cpufreq_acpi_io *data; unsigned int result = 0; - struct cpuinfo_x86 *c = &cpu_data[policy->cpu]; + struct cpuinfo_x86 *c = &cpu_data[policy->cpu]; dprintk("acpi_cpufreq_cpu_init\n"); _