Page MenuHomeFreeBSD

vm_phys: Default VM_DMA32_NPAGES_THRESHOLD to 0.
Needs ReviewPublic

Authored by jhb on Apr 13 2022, 11:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 10, 3:12 AM
Unknown Object (File)
Thu, Sep 10, 2:51 AM
Unknown Object (File)
Aug 12 2026, 9:31 PM
Unknown Object (File)
Aug 11 2026, 10:11 PM
Unknown Object (File)
Aug 11 2026, 11:06 AM
Unknown Object (File)
Aug 10 2026, 2:22 AM
Unknown Object (File)
Aug 9 2026, 2:37 PM
Unknown Object (File)
Aug 9 2026, 10:55 AM
Subscribers

Details

Reviewers
markj
alc
Summary

This aims to reduce the #ifdef's in vm_phys_init.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Apr 13 2022, 11:01 PM
jhb added inline comments.
sys/vm/vm_phys.c
529

If I could move this line up into the other #ifdef that would help a bit. As it is, this diff doesn't really help very much unfortunately.