https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228076
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Mark Johnston <[email protected]> --- Created attachment 193209 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193209&action=edit fix sched_balance (In reply to Don Lewis from comment #2) Hmm, I think sched_balance() is actually busted: the initial call is performed while smp_started == 0, so balance_ticks is never set to a non-zero value. The attached patch seems to address that at least. -- 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]"
