]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a typo in my previous commit
authorrstone <rstone@FreeBSD.org>
Thu, 16 Feb 2017 20:06:21 +0000 (20:06 +0000)
committerrstone <rstone@FreeBSD.org>
Thu, 16 Feb 2017 20:06:21 +0000 (20:06 +0000)
commitaef5488faa46ff8e567ded347317c3eb74a5c669
treec1150af1b90108352776e4fda4d0077cc1ec20ad
parent89f5f9cef373b0a57e755fc2ea7d7b6fb944b7f2
Fix a typo in my previous commit

Somehow in the late stages of testing my sched_ule patch, a character was
accidentally deleted from the file.  Correct this.

While I'm committing anyway, the previous commit message requires some
clarification: in the normal case of unlending priority after releasing
a mutex, the thread that was doing the lending will be woken up and
immediately become the highest-priority thread, and in that case no
priority inversion would take place.  However, if that thread is pinned
to a different CPU, then the currently running thread that just had its
priority lowered will not be preempted and then priority inversion can
occur.

Reported by: O. Hartmann (typo), jhb (scheduler clarification)
MFC after: 1 month
Pointy hat to: rstone
sys/kern/sched_ule.c