Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[deliverable/linux.git] / arch / x86 / kernel / smpboot.c
index 3bf1e0b5f827ae43dca2b2c0c3c4040e56d15c56..643dbdccf4bc9ac41305d79f1da91762574f7b12 100644 (file)
@@ -256,7 +256,7 @@ static void notrace start_secondary(void *unused)
        x86_cpuinit.setup_percpu_clockev();
 
        wmb();
-       cpu_startup_entry(CPUHP_ONLINE);
+       cpu_startup_entry(CPUHP_AP_ONLINE_IDLE);
 }
 
 int topology_update_package_map(unsigned int apicid, unsigned int cpu)
This page took 0.025811 seconds and 5 git commands to generate.