]> git.hungrycats.org Git - linux/commitdiff
[CPUFREQ] Document early samuel2 ratios.
authorDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:31:15 +0000 (19:31 +0100)
committerDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:31:15 +0000 (19:31 +0100)
Preemptively stop some good intentioned janitor coming along and "fixing a typo".

arch/i386/kernel/cpu/cpufreq/longhaul.c

index 4f191399ded395f5cda78c1a74fd572ae5749c28..3ecc0e12f5c96aa36d60a88d50493d566423d54e 100644 (file)
@@ -382,6 +382,7 @@ static int longhaul_cpu_init (struct cpufreq_policy *policy)
                case 0:
                        cpuname = "C3 'Samuel 2' [C5B]";
                        longhaul_version=1;
+                       /* Note, this is not a typo, early Samuel2's had Samuel1 ratios. */
                        memcpy (clock_ratio, samuel1_clock_ratio, sizeof(samuel1_clock_ratio));
                        memcpy (eblcr_table, samuel2_eblcr, sizeof(samuel2_eblcr));
                        break;