https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219882
--- Comment #3 from John Baldwin <[email protected]> --- Created attachment 183451 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183451&action=edit noassign_on_up.patch Please try this patch instead. In the !EARLY_AP_STARTUP case, the 'assign_cpu' variable is never set on a UP system, so it results in never trying to assign CPUs. This patch restores that by checking for an SMP system explicitly before trying to assign a CPU. I think the panic in the atpic method is still a good canary for ensuring the calling code is doing the right thing. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
