Page MenuHomeFreeBSD

Use vm_page_unwire_noq() in some pmap code.
ClosedPublic

Authored by markj on Feb 8 2018, 4:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 12:42 PM
Unknown Object (File)
Sat, Oct 25, 7:45 PM
Unknown Object (File)
Sat, Oct 25, 7:45 PM
Unknown Object (File)
Sat, Oct 25, 7:45 PM
Unknown Object (File)
Sat, Oct 25, 1:14 PM
Unknown Object (File)
Mon, Oct 13, 5:32 AM
Unknown Object (File)
Sep 27 2025, 4:34 AM
Unknown Object (File)
Sep 23 2025, 6:30 AM

Details

Summary

The use of atomic_subtract_rel_int() in the riscv and arm64 pmaps seems
to be bogus: it was copied from amd64 (see r321847), and occurs *after* the
pmap_invalidate_page() call that the comment is referring to.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable