Page MenuHomeFreeBSD

vm_phys_early_alloc(): Remove the 'domain' argument
AcceptedPublic

Authored by olce on Feb 7 2025, 8:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 21, 5:32 PM
Unknown Object (File)
Mon, Apr 20, 7:25 PM
Unknown Object (File)
Sun, Apr 19, 10:48 AM
Unknown Object (File)
Sun, Apr 12, 1:04 AM
Unknown Object (File)
Fri, Apr 10, 4:51 AM
Unknown Object (File)
Sat, Mar 28, 11:45 AM
Unknown Object (File)
Mar 22 2026, 7:06 PM
Unknown Object (File)
Jan 28 2026, 11:46 PM

Details

Reviewers
markj
dougm
alc
Summary

Most callers simply pass -1 in 'domain' (meaning they do not care about
it), so just remove this argument from the signature, and convert the
other callers to use vm_phys_early_alloc_ex() instead.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62307
Build 59191: arc lint + arc unit