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)
Wed, Nov 12, 6:14 PM
Unknown Object (File)
Sun, Oct 26, 3:28 PM
Unknown Object (File)
Sun, Oct 26, 3:17 PM
Unknown Object (File)
Wed, Oct 22, 2:15 PM
Unknown Object (File)
Wed, Oct 22, 2:15 PM
Unknown Object (File)
Wed, Oct 22, 1:33 AM
Unknown Object (File)
Oct 6 2025, 1:17 AM
Unknown Object (File)
Oct 4 2025, 5:43 AM

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