Page MenuHomeFreeBSD

kern: physmem: allow physmem_init_kernel_globals() to return sizes
AcceptedPublic

Authored by kevans on Nov 6 2021, 7:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 28 2023, 5:03 PM
Unknown Object (File)
Dec 16 2023, 4:41 PM
Unknown Object (File)
Dec 16 2023, 1:59 PM
Unknown Object (File)
Dec 16 2023, 1:59 PM
Unknown Object (File)
Dec 16 2023, 1:48 PM
Unknown Object (File)
Dec 16 2023, 1:48 PM
Unknown Object (File)
Jun 24 2023, 9:41 PM
Unknown Object (File)
Jan 15 2023, 1:16 AM
Subscribers

Details

Reviewers
kib
markj
manu
Summary

x86 will use this to modify the last page of phys_avail rather than
walking phys_avail again after the fact to get it.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42634
Build 39522: arc lint + arc unit

Event Timeline

kevans requested review of this revision.Nov 6 2021, 7:27 PM
kib added inline comments.
sys/kern/subr_physmem.c
479

Please add a line to this xomment explaining what optional args are.

This revision is now accepted and ready to land.Nov 7 2021, 1:47 AM