]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a typo introduced in r344133
authorgallatin <gallatin@FreeBSD.org>
Mon, 18 Mar 2019 12:41:42 +0000 (12:41 +0000)
committergallatin <gallatin@FreeBSD.org>
Mon, 18 Mar 2019 12:41:42 +0000 (12:41 +0000)
commitb9125f9ffc406a02e6053d2abb8d177597a22e66
treea67506c34f46cd96cf461860e4c92a36eb07b296
parentc056f1d6c1f087c01cf3b83d2bb8581beb4421c6
Fix a typo introduced in r344133

The line was misedited to change tt to st instead of
changing ut to st.

The use of st as the denominator in mul64_by_fraction() will lead
to an integer divide fault in the intr proc (the process holding
ithreads) where st will be 0.  This divide by 0 happens after
the total runtime for all ithreads exceeds 76 hours.

Submitted by: bde
sys/kern/kern_resource.c