lkml.org 
[lkml]   [2014]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC PATCH v1 08/70] x86, mce, therm_throt: _FROZEN Cleanup
    Date
    Remove XXX_FROZEN state from mce/therm_throt.

    Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
    ---
    arch/x86/kernel/cpu/mcheck/therm_throt.c | 5 +----
    1 file changed, 1 insertion(+), 4 deletions(-)

    diff --git a/arch/x86/kernel/cpu/mcheck/therm_throt.c b/arch/x86/kernel/cpu/mcheck/therm_throt.c
    index 36a1bb6..dd13686 100644
    --- a/arch/x86/kernel/cpu/mcheck/therm_throt.c
    +++ b/arch/x86/kernel/cpu/mcheck/therm_throt.c
    @@ -283,16 +283,13 @@ thermal_throttle_cpu_callback(struct notifier_block *nfb,

    dev = get_cpu_device(cpu);

    - switch (action) {
    + switch (action & ~CPU_TASKS_FROZEN) {
    case CPU_UP_PREPARE:
    - case CPU_UP_PREPARE_FROZEN:
    err = thermal_throttle_add_dev(dev, cpu);
    WARN_ON(err);
    break;
    case CPU_UP_CANCELED:
    - case CPU_UP_CANCELED_FROZEN:
    case CPU_DEAD:
    - case CPU_DEAD_FROZEN:
    thermal_throttle_remove_dev(dev);
    break;
    }
    --
    2.0.0.rc2


    \
     
     \ /
      Last update: 2014-07-23 09:23    [W:4.062 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site