Page MenuHomeFreeBSD

Fix the VM_NRESERVLEVEL == 0 build
ClosedPublic

Authored by markj on Oct 23 2017, 12:00 AM.
Tags
None
Referenced Files
F132633486: D12764.id34246.diff
Sat, Oct 18, 2:58 PM
F132627174: D12764.id34255.diff
Sat, Oct 18, 1:39 PM
Unknown Object (File)
Thu, Oct 16, 8:58 AM
Unknown Object (File)
Wed, Oct 15, 7:23 PM
Unknown Object (File)
Sun, Oct 12, 5:15 AM
Unknown Object (File)
Sat, Oct 11, 1:53 AM
Unknown Object (File)
Sep 10 2025, 10:06 PM
Unknown Object (File)
Sep 4 2025, 5:56 PM
Subscribers

Details

Summary

Add VM_NRESERVLEVEL guards in the pmaps that implement transparent
superpage promotion using reservations.

Test Plan

Verified that a VM_NRESERVELEVEL == 0 amd64 kernel boots.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12183
Build 12482: arc lint + arc unit

Event Timeline

markj added reviewers: alc, kib.
sys/amd64/conf/BHYVE
5 ↗(On Diff #34244)

I presume that this is an unintended leftover from your testing.

Remove unintentonal private kernel config update

markj added inline comments.
sys/amd64/conf/BHYVE
5 ↗(On Diff #34244)

Fixed, thanks.

This revision is now accepted and ready to land.Oct 23 2017, 4:50 AM
This revision was automatically updated to reflect the committed changes.
markj marked an inline comment as done.