lkml.org 
[lkml]   [2018]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2] cpu/hotplug: Fix cpuhp_step name for timers
    Date
    After commit 249d4a9b3246 ("timers: Reinitialize per cpu bases
    on hotplug") i.e introduction of state CPUHP_TIMERS_PREPARE
    instead of CPUHP_TIMERS_DEAD the cpuhp_step name "timers:dead"
    for timer looks to be invalid. So, better to name it as
    "timers:prepare".

    Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Lai Jiangshan <jiangshanlai@gmail.com>
    Cc: Ingo Molnar <mingo@kernel.org>
    Cc: Brendan Jackman <brendan.jackman@arm.com>
    Cc: Mathieu Malaterre <malat@debian.org>
    ---
    Changes in v2:
    - Updated commit text.

    kernel/cpu.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/kernel/cpu.c b/kernel/cpu.c
    index 0db8938..8e6606a 100644
    --- a/kernel/cpu.c
    +++ b/kernel/cpu.c
    @@ -1274,7 +1274,7 @@ static int __init cpu_hotplug_pm_sync_init(void)
    * otherwise a RCU stall occurs.
    */
    [CPUHP_TIMERS_PREPARE] = {
    - .name = "timers:dead",
    + .name = "timers:prepare",
    .startup.single = timers_prepare_cpu,
    .teardown.single = timers_dead_cpu,
    },
    --
    Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center,
    Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
    \
     
     \ /
      Last update: 2018-07-24 16:48    [W:2.716 / U:0.260 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site