]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/main.c
autofs4: indirect dentry must almost always be positive
[linux-2.6-omap-h63xx.git] / init / main.c
index 756eca4b821a8e4406f35de7bddc0588605fd899..2769dc031c6222d077206619f755727f7433d3dd 100644 (file)
@@ -415,6 +415,13 @@ static void __init smp_init(void)
 {
        unsigned int cpu;
 
+       /*
+        * Set up the current CPU as possible to migrate to.
+        * The other ones will be done by cpu_up/cpu_down()
+        */
+       cpu = smp_processor_id();
+       cpu_set(cpu, cpu_active_map);
+
        /* FIXME: This should be done in userspace --RR */
        for_each_present_cpu(cpu) {
                if (num_online_cpus() >= setup_max_cpus)