https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197923
Ivan Klymenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ivan Klymenko <[email protected]> --- (In reply to Harrison Grundy from comment #0) - if (high->tdq_load <= low->tdq_load) - return(0) + if (high->tdq_load <= low->tdq_load) + return(0); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
