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)
Oct 20 2024, 5:52 PM
Unknown Object (File)
Oct 17 2024, 4:31 AM
Unknown Object (File)
Sep 30 2024, 10:49 AM
Unknown Object (File)
Sep 18 2024, 2:43 PM
Unknown Object (File)
Sep 18 2024, 12:23 AM
Unknown Object (File)
Sep 17 2024, 7:40 AM
Unknown Object (File)
Sep 16 2024, 8:45 PM
Unknown Object (File)
Sep 16 2024, 3:37 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