linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / i386 / kernel / topology.c
index 2963552..67a0e1b 100644 (file)
@@ -41,15 +41,6 @@ int arch_register_cpu(int num){
                parent = &node_devices[node].node;
 #endif /* CONFIG_NUMA */
 
-       /*
-        * CPU0 cannot be offlined due to several
-        * restrictions and assumptions in kernel. This basically
-        * doesnt add a control file, one cannot attempt to offline
-        * BSP.
-        */
-       if (!num)
-               cpu_devices[num].cpu.no_control = 1;
-
        return register_cpu(&cpu_devices[num].cpu, num, parent);
 }