Page MenuHomeFreeBSD

vm_phys_early_alloc(): Remove the 'domain' argument
Needs ReviewPublic

Authored by olce on Fri, Feb 7, 8:02 PM.
Tags
None
Referenced Files
F110074388: D48894.diff
Thu, Feb 13, 7:31 AM
F110048390: D48894.diff
Wed, Feb 12, 11:15 PM
Unknown Object (File)
Wed, Feb 12, 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