Page MenuHomeFreeBSD

Fix the VM_NRESERVLEVEL == 0 build
ClosedPublic

Authored by markj on Oct 23 2017, 12:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 22 2024, 3:22 PM
Unknown Object (File)
Oct 5 2024, 9:09 PM
Unknown Object (File)
Sep 27 2024, 6:25 PM
Unknown Object (File)
Sep 18 2024, 3:21 PM
Unknown Object (File)
Sep 17 2024, 6:19 PM
Unknown Object (File)
Sep 17 2024, 1:54 PM
Unknown Object (File)
Sep 17 2024, 10:06 AM
Unknown Object (File)
Sep 15 2024, 5:37 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.