Page MenuHomeFreeBSD

vm: remove pa_index from the machine-independent layer
ClosedPublic

Authored by alc on Jun 12 2025, 8:41 PM.
Tags
None
Referenced Files
F150429309: D50823.diff
Wed, Apr 1, 4:19 AM
Unknown Object (File)
Tue, Mar 31, 1:21 PM
Unknown Object (File)
Mon, Mar 23, 4:15 PM
Unknown Object (File)
Mon, Mar 23, 12:40 PM
Unknown Object (File)
Feb 25 2026, 3:59 AM
Unknown Object (File)
Feb 7 2026, 9:11 PM
Unknown Object (File)
Feb 7 2026, 4:39 PM
Unknown Object (File)
Jan 31 2026, 4:39 AM
Subscribers

Details

Summary

After the demise of vm_page_lock(), the only remaining uses of pa_index() are in various pmap implementations. In many cases, e.g., amd64, the pmap implementation provided its own definition. In the other cases, define pa_index().

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable