HomeFreeBSD

MFC r312153, r312191

Description

MFC r312153, r312191

r312153:

For i386 temporary mappings, unpin the thread before releasing
the cmap lock.  Releasing the lock first may result in the thread
being immediately rescheduled and bound to the same CPU, only to
unpin itself upon resuming execution.

Noted by:	skra (in review for armv6 equivalent)

r312191:

Add comment explaining relative order of sched_unpin() and mtx_unlock().

Suggested by:	alc

Details

Provenance
jahAuthored on
Parents
rS312560: ifconfig(8): fix '-stbc' parameter name.
Branches
Unknown
Tags
Unknown