|
@@ -211,8 +211,7 @@ asmlinkage void __cpuinit secondary_start_kernel(void)
|
|
* before we continue.
|
|
* before we continue.
|
|
*/
|
|
*/
|
|
set_cpu_online(cpu, true);
|
|
set_cpu_online(cpu, true);
|
|
- while (!cpu_active(cpu))
|
|
|
|
- cpu_relax();
|
|
|
|
|
|
+ complete(&cpu_running);
|
|
|
|
|
|
/*
|
|
/*
|
|
* OK, it's off to the idle thread for us
|
|
* OK, it's off to the idle thread for us
|