• Dave Jones's avatar
    [CPUFREQ] Fix powernow-k8 policy usage. · 912aea6b
    Dave Jones authored
    As the powernow-k8 driver uses the ->target and not the
    ->setpolicy callback, cpufreq_policy->policy is always zero. Checking for it
    in the powernow-k8 driver always returned "false". So we can easily remove
    this invalid check (and the #warning added to denote this).
    
    From Dominik Brodowski
    912aea6b
powernow-k8.c 24.8 KB