lkml.org 
[lkml]   [2013]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: [PATCH v6 1/8] cpufreq: Store cpufreq policies in a list
    From
    On 25 July 2013 22:03, Lukasz Majewski <l.majewski@samsung.com> wrote:
    > Policies available in a cpufreq framework are now linked together. They are
    > accessible via cpufreq_policy_list defined at cpufreq core.
    >
    > Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
    > Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>

    Looks good but would have been better if you could have moved
    existing code to use this infrastructure..

    For example, this code in __cpufreq_add_dev()

    #ifdef CONFIG_HOTPLUG_CPU
    /* Check if this cpu was hot-unplugged earlier and has siblings */
    read_lock_irqsave(&cpufreq_driver_lock, flags);
    for_each_online_cpu(sibling) {

    ---

    }
    read_unlock_irqrestore(&cpufreq_driver_lock, flags);
    #endif


    \
     
     \ /
      Last update: 2013-07-26 13:01    [W:4.108 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site