diff options
| -rw-r--r-- | kernel/cpu.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/kernel/cpu.c b/kernel/cpu.c index 979de993f853..3f704a8896b0 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -2690,6 +2690,7 @@ void __init boot_cpu_hotplug_init(void)  	cpumask_set_cpu(smp_processor_id(), &cpus_booted_once_mask);  #endif  	this_cpu_write(cpuhp_state.state, CPUHP_ONLINE); +	this_cpu_write(cpuhp_state.target, CPUHP_ONLINE);  }  /* | 
