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)
Jun 3 2024, 1:08 AM
Unknown Object (File)
May 31 2024, 2:11 PM
Unknown Object (File)
Apr 30 2024, 10:16 PM
Unknown Object (File)
Apr 30 2024, 9:47 PM
Unknown Object (File)
Apr 30 2024, 9:47 PM
Unknown Object (File)
Apr 30 2024, 8:11 PM
Unknown Object (File)
Apr 30 2024, 7:45 PM
Unknown Object (File)
Apr 30 2024, 12:50 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14872
Build 14985: arc lint + arc unit