From 60ae019c973cc53701c5c80f58f46a492b5112a9 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 7 Oct 2003 19:31:15 +0100 Subject: [PATCH] [CPUFREQ] Document early samuel2 ratios. Preemptively stop some good intentioned janitor coming along and "fixing a typo". --- arch/i386/kernel/cpu/cpufreq/longhaul.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index 4f191399ded3..3ecc0e12f5c9 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c @@ -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; -- 2.39.5