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)
Sun, May 17, 9:50 PM
Unknown Object (File)
Sat, May 2, 11:44 AM
Unknown Object (File)
Mon, Apr 27, 6:35 AM
Unknown Object (File)
Apr 20 2026, 3:43 AM
Unknown Object (File)
Apr 18 2026, 6:43 PM
Unknown Object (File)
Apr 18 2026, 6:24 AM
Unknown Object (File)
Mar 30 2026, 7:25 AM
Unknown Object (File)
Mar 26 2026, 6:23 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