]> git.neil.brown.name Git - history.git/commitdiff
[CPUFREQ] Fix my breakage of Dominik's powernow-k8 ->govenor fix.
authorDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:15:48 +0000 (19:15 +0100)
committerDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:15:48 +0000 (19:15 +0100)
Hand-applying simple diffs considered harmful.

arch/i386/kernel/cpu/cpufreq/powernow-k8.c

index 84735832e29dccec7777dd66fd3aba7f0ede5c3b..ef8393cfa54ec0f4feb1a90ae3a39701ac6f9bef 100644 (file)
@@ -955,7 +955,7 @@ powernowk8_cpu_init(struct cpufreq_policy *pol)
                return -ENODEV;
        }
 
-       pol->policy = CPUFREQ_DEFAULT_GOVERNOR;
+       pol->governor = CPUFREQ_DEFAULT_GOVERNOR;
 
        /* Take a crude guess here. */
        pol->cpuinfo.transition_latency = ((rvo + 8) * vstable * VST_UNITS_20US)