Browse Source

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
Linus Torvalds 7 years ago
parent
commit
1c59477428
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/cpu.c

+ 1 - 1
kernel/cpu.c

@@ -1274,7 +1274,7 @@ static struct cpuhp_step cpuhp_hp_states[] = {
 	 * otherwise a RCU stall occurs.
 	 * otherwise a RCU stall occurs.
 	 */
 	 */
 	[CPUHP_TIMERS_PREPARE] = {
 	[CPUHP_TIMERS_PREPARE] = {
-		.name			= "timers:dead",
+		.name			= "timers:prepare",
 		.startup.single		= timers_prepare_cpu,
 		.startup.single		= timers_prepare_cpu,
 		.teardown.single	= timers_dead_cpu,
 		.teardown.single	= timers_dead_cpu,
 	},
 	},