]> git.hungrycats.org Git - linux/commitdiff
[CPUFREQ] More ratio table renames. longhaul2 -> ezra
authorDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:32:43 +0000 (19:32 +0100)
committerDave Jones <davej@redhat.com>
Tue, 7 Oct 2003 18:32:43 +0000 (19:32 +0100)
arch/i386/kernel/cpu/cpufreq/longhaul.c
arch/i386/kernel/cpu/cpufreq/longhaul.h

index 3ecc0e12f5c96aa36d60a88d50493d566423d54e..648dce56ba3c77b863926484f9cdc8268d1893b3 100644 (file)
@@ -389,7 +389,7 @@ static int longhaul_cpu_init (struct cpufreq_policy *policy)
                case 1 ... 15:
                        cpuname = "C3 'Ezra' [C5C]";
                        longhaul_version=2;
-                       memcpy (clock_ratio, longhaul2_clock_ratio, sizeof(longhaul2_clock_ratio));
+                       memcpy (clock_ratio, ezra_clock_ratio, sizeof(ezra_clock_ratio));
                        memcpy (eblcr_table, ezra_eblcr, sizeof(ezra_eblcr));
                        break;
                }
index 433a82c14e7d1e8d2a141ab1d4936c39608c7c20..ff352eedfcef5db84afd8a8513e29e96268dffd6 100644 (file)
@@ -97,7 +97,7 @@ static int __initdata samuel1_eblcr[16] = {
 /*
  * VIA C3 Samuel2 Stepping 1->15 & VIA C3 Ezra
  */
-static int __initdata longhaul2_clock_ratio[16] = {
+static int __initdata ezra_clock_ratio[16] = {
        100, /* 0000 -> 10.0x */
        30,  /* 0001 ->  3.0x */
        40,  /* 0010 ->  4.0x */