|
@@ -410,8 +410,6 @@ int __cpuinit __cpu_up(unsigned int cpu)
|
|
{
|
|
{
|
|
int rc, c;
|
|
int rc, c;
|
|
|
|
|
|
- secondary_ti = current_set[cpu];
|
|
|
|
-
|
|
|
|
if (smp_ops == NULL ||
|
|
if (smp_ops == NULL ||
|
|
(smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu)))
|
|
(smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu)))
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
@@ -421,6 +419,8 @@ int __cpuinit __cpu_up(unsigned int cpu)
|
|
if (rc)
|
|
if (rc)
|
|
return rc;
|
|
return rc;
|
|
|
|
|
|
|
|
+ secondary_ti = current_set[cpu];
|
|
|
|
+
|
|
/* Make sure callin-map entry is 0 (can be leftover a CPU
|
|
/* Make sure callin-map entry is 0 (can be leftover a CPU
|
|
* hotplug
|
|
* hotplug
|
|
*/
|
|
*/
|