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)
Jan 15 2024, 12:01 AM
Unknown Object (File)
Dec 22 2023, 10:25 PM
Unknown Object (File)
Aug 20 2023, 10:58 PM
Unknown Object (File)
Jun 29 2023, 2:01 PM
Unknown Object (File)
Jun 15 2023, 5:38 PM
Unknown Object (File)
Jan 13 2023, 9:02 AM
Unknown Object (File)
Dec 29 2022, 10:47 PM
Unknown Object (File)
Nov 29 2022, 5:54 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