HomeFreeBSD

pmap_enter_quick_locked() never replaces a valid mapping, so it need not

Description

pmap_enter_quick_locked() never replaces a valid mapping, so it need not
perform a TLB invalidation. A barrier suffices. (See r343876.)

Add a comment to pmap_enter_quick_locked() in order to highlight the
fact that it does not replace valid mappings.

Correct a typo in one of pmap_enter()'s comments.

MFC after: 1 week

Details

Provenance
alcAuthored on
Parents
rS349322: Skip sys.netinet.socket_afinet.socket_afinet_bind_zero temporarily because it
Branches
Unknown
Tags
Unknown