summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
diff options
context:
space:
mode:
authorLinus Torvalds2018-08-13 21:21:46 +0200
committerLinus Torvalds2018-08-13 21:21:46 +0200
commit1c594774283a7cfe6dc0f8ffdfb2dbfc497502c4 (patch)
tree67e092bc8a058c7b4986aa582b87497a69e8bd64 /kernel/cpu.c
parentMerge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... (diff)
parentcpu/hotplug: Clarify CPU hotplug step name for timers (diff)
downloadkernel-qcow2-linux-1c594774283a7cfe6dc0f8ffdfb2dbfc497502c4.tar.gz
kernel-qcow2-linux-1c594774283a7cfe6dc0f8ffdfb2dbfc497502c4.tar.xz
kernel-qcow2-linux-1c594774283a7cfe6dc0f8ffdfb2dbfc497502c4.zip
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull CPU hotplug update from Thomas Gleixner: "A trivial name fix for the hotplug state machine" * 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: cpu/hotplug: Clarify CPU hotplug step name for timers
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 15be70aae8ac..dd8634dde1ae 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -1274,7 +1274,7 @@ static struct cpuhp_step cpuhp_hp_states[] = {
* otherwise a RCU stall occurs.
*/
[CPUHP_TIMERS_PREPARE] = {
- .name = "timers:dead",
+ .name = "timers:prepare",
.startup.single = timers_prepare_cpu,
.teardown.single = timers_dead_cpu,
},