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)
Mon, Oct 6, 1:17 AM
Unknown Object (File)
Sat, Oct 4, 5:43 AM
Unknown Object (File)
Thu, Sep 25, 9:48 PM
Unknown Object (File)
Wed, Sep 24, 11:16 AM
Unknown Object (File)
Sat, Sep 20, 5:04 AM
Unknown Object (File)
Sep 3 2025, 8:33 AM
Unknown Object (File)
Sep 3 2025, 7:36 AM
Unknown Object (File)
Sep 2 2025, 11:59 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