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, Jul 20, 10:29 AM
Unknown Object (File)
Sun, Jul 19, 6:56 PM
Unknown Object (File)
Sun, Jul 19, 9:02 AM
Unknown Object (File)
Wed, Jul 15, 11:23 PM
Unknown Object (File)
Jun 18 2026, 10:57 PM
Unknown Object (File)
May 12 2026, 5:48 PM
Unknown Object (File)
May 12 2026, 1:40 AM
Unknown Object (File)
May 1 2026, 8:53 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