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)
Fri, Jul 10, 4:55 PM
Unknown Object (File)
Wed, Jul 8, 3:10 AM
Unknown Object (File)
Jun 13 2026, 2:41 AM
Unknown Object (File)
Jun 4 2026, 6:57 AM
Unknown Object (File)
Jun 1 2026, 5:14 AM
Unknown Object (File)
May 31 2026, 8:23 PM
Unknown Object (File)
May 30 2026, 1:24 PM
Unknown Object (File)
May 22 2026, 11:12 PM

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