HomeFreeBSD

Add an assertion to pmap_enter().

Description

Add an assertion to pmap_enter().

When modifying an existing managed mapping, we should find a PV entry
for the old mapping. Verify this.

Before r335784 this would have been implicitly tested by the fact that
we always freed the PV entry for the old mapping.

Reviewed by: alc, kib
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D17626

Details

Provenance
markjAuthored on
Reviewer
alc
Differential Revision
D17626: Add an assertion to pmap_enter().
Parents
rS339489: Add -b/-l options to localedef(1) to specify output endianness and use
Branches
Unknown
Tags
Unknown