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) ...@@ -392,14 +392,15 @@ static int longhaul_cpu_init (struct cpufreq_policy *policy)
memcpy (clock_ratio, ezrat_clock_ratio, sizeof(ezrat_clock_ratio)); memcpy (clock_ratio, ezrat_clock_ratio, sizeof(ezrat_clock_ratio));
memcpy (eblcr_table, ezrat_eblcr, sizeof(ezrat_eblcr)); memcpy (eblcr_table, ezrat_eblcr, sizeof(ezrat_eblcr));
break; break;
/*
case 9: case 9:
cpuname = "C3 'Nehemiah' [C5N]"; cpuname = "C3 'Nehemiah' [C5N]";
longhaul_version=2; longhaul_version=2;
numscales=32; numscales=32;
memcpy (clock_ratio, nehemiah_clock_ratio, sizeof(nehemiah_clock_ratio)); memcpy (clock_ratio, nehemiah_clock_ratio, sizeof(nehemiah_clock_ratio));
memcpy (eblcr_table, nehemiah_eblcr, sizeof(nehemiah_eblcr)); memcpy (eblcr_table, nehemiah_eblcr, sizeof(nehemiah_eblcr));
*/ break;
default: default:
cpuname = "Unknown"; cpuname = "Unknown";
break; 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