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, Feb 26, 7:08 AM
Unknown Object (File)
Fri, Feb 21, 11:38 PM
Unknown Object (File)
Feb 15 2025, 10:43 PM
Unknown Object (File)
Feb 13 2025, 3:02 PM
Unknown Object (File)
Feb 13 2025, 7:31 AM
Unknown Object (File)
Feb 12 2025, 11:15 PM
Unknown Object (File)
Feb 12 2025, 1:08 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