On Wed, Dec 2, 2009 at 02:58, <[email protected]> wrote: > Revision 7905 Author adamliyi Date 2009-12-02 02:58:12 -0500 (Wed, 02 Dec > 2009) > > Log Message > > fix bug [#5735] - Release the boot_lock (and let core B run), only after the > bit the bit Core B is set in cpu_online_mask. > > + ret = cpu_isset(cpu, cpu_callin_map) ? 0 : -ENOSYS; > + if (ret) { > + cpu_clear(cpu, cpu_present_map); > + printk(KERN_CRIT "CPU%u: processor failed to boot (%d)\n", cpu, > ret);
shouldnt this be a panic() ? -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
