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
F168182347: D14266.diff
Wed, Aug 26, 6:22 PM
Unknown Object (File)
Tue, Aug 25, 5:48 PM
Unknown Object (File)
Mon, Aug 24, 7:48 AM
Unknown Object (File)
Sat, Aug 22, 11:05 PM
Unknown Object (File)
Wed, Aug 12, 8:23 AM
Unknown Object (File)
Sat, Aug 8, 7:55 PM
Unknown Object (File)
Jul 25 2026, 3:11 PM
Unknown Object (File)
Jul 17 2026, 11:05 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