Commit f5d1c1f3 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] More ratio table renames. longhaul2 -> ezra

parent 60ae019c
...@@ -389,7 +389,7 @@ static int longhaul_cpu_init (struct cpufreq_policy *policy) ...@@ -389,7 +389,7 @@ static int longhaul_cpu_init (struct cpufreq_policy *policy)
case 1 ... 15: case 1 ... 15:
cpuname = "C3 'Ezra' [C5C]"; cpuname = "C3 'Ezra' [C5C]";
longhaul_version=2; 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)); memcpy (eblcr_table, ezra_eblcr, sizeof(ezra_eblcr));
break; break;
} }
......
...@@ -97,7 +97,7 @@ static int __initdata samuel1_eblcr[16] = { ...@@ -97,7 +97,7 @@ static int __initdata samuel1_eblcr[16] = {
/* /*
* VIA C3 Samuel2 Stepping 1->15 & VIA C3 Ezra * 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 */ 100, /* 0000 -> 10.0x */
30, /* 0001 -> 3.0x */ 30, /* 0001 -> 3.0x */
40, /* 0010 -> 4.0x */ 40, /* 0010 -> 4.0x */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment