• Dave Jones's avatar
    [CPUFREQ] add cpufreq_update_policy() · 5f27f461
    Dave Jones authored
    Add a new cpufreq_update_policy call:
    
    Certain cpufreq policy notifers have different needs at different times.
    Thus it needs to be possible to re-evaluate an already set cpufreq policy.
    Note that the cpufreq policy should only be set by one person: the user.
    Not any other in-kernel code [with one exception, of course: during
    booting].
    5f27f461
cpufreq.c 25.4 KB