Page MenuHomeFreeBSD

Fix the VM_NRESERVLEVEL == 0 build
ClosedPublic

Authored by markj on Oct 23 2017, 12:00 AM.
Tags
None
Referenced Files
F164698862: D12764.id34246.diff
Mon, Aug 3, 6:03 AM
F164677400: D12764.id34244.diff
Mon, Aug 3, 3:16 AM
F164658701: D12764.id34255.diff
Mon, Aug 3, 12:55 AM
Unknown Object (File)
Sun, Aug 2, 6:36 AM
Unknown Object (File)
Thu, Jul 30, 10:18 AM
Unknown Object (File)
Mon, Jul 27, 5:54 AM
Unknown Object (File)
Sun, Jul 5, 11:27 PM
Unknown Object (File)
Jun 25 2026, 7:39 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.