Commit 180ca8dd authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Kill longhaul warnings

(Blah about unused variables).
This code still won't be used, as its still not tested/debugged properly
on a Nehemiah.
parent 08a227f5
......@@ -392,14 +392,15 @@ static int longhaul_cpu_init (struct cpufreq_policy *policy)
memcpy (clock_ratio, ezrat_clock_ratio, sizeof(ezrat_clock_ratio));
memcpy (eblcr_table, ezrat_eblcr, sizeof(ezrat_eblcr));
break;
/*
case 9:
cpuname = "C3 'Nehemiah' [C5N]";
longhaul_version=2;
numscales=32;
memcpy (clock_ratio, nehemiah_clock_ratio, sizeof(nehemiah_clock_ratio));
memcpy (eblcr_table, nehemiah_eblcr, sizeof(nehemiah_eblcr));
*/
break;
default:
cpuname = "Unknown";
break;
......
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