Commit 2a8daed5 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Remove duplicate test. (Already done in longhaul_init())

parent 5ebe2675
......@@ -525,9 +525,6 @@ static int longhaul_cpu_init (struct cpufreq_policy *policy)
{
struct cpuinfo_x86 *c = cpu_data;
if ((c->x86_vendor != X86_VENDOR_CENTAUR) || (c->x86 !=6) )
return -ENODEV;
switch (c->x86_model) {
case 6: /* VIA C3 Samuel C5A */
longhaul=1;
......
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