• Dave Jones's avatar
    [CPUFREQ] Fix powernow-k7 hang. · 09ece1af
    Dave Jones authored
    Some laptops don't like jumping from (for eg) 800MHz->1200MHz, but
    will happily go from 800->1000->1200. The problem is caused by us
    changing the FID and the VID at the same time. The spec says we have
    to change them seperately. This actually buys us something extra anyway,
    as we can now set the FID lazily as well as the VID.
    09ece1af
powernow-k7.c 9.53 KB