Page MenuHomeFreeBSD

vm_phys_early_alloc: mem_index is only used under #ifdef NUMA.
ClosedPublic

Authored by jhb on Apr 8 2022, 10:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 10 2024, 9:51 PM
Unknown Object (File)
Jan 1 2024, 12:01 AM
Unknown Object (File)
Nov 25 2023, 3:53 AM
Unknown Object (File)
Nov 22 2023, 2:03 PM
Unknown Object (File)
Nov 22 2023, 1:40 PM
Unknown Object (File)
Nov 14 2023, 7:51 AM
Unknown Object (File)
Nov 12 2023, 8:52 AM
Unknown Object (File)
Nov 12 2023, 7:59 AM
Subscribers

Details

Summary

Possibly mem_index should just reuse biggestone since this loop is
already reusing biggestsize.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Apr 8 2022, 10:59 PM
kib added inline comments.
sys/vm/vm_phys.c
1681

Or do int mem_index = 0; there; style now allows it.

This revision is now accepted and ready to land.Apr 9 2022, 12:38 AM

Oops, I had merged this accidentally along with other commits before it was reviewed.