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)
Mon, Apr 22, 6:55 AM
Unknown Object (File)
Jan 10 2024, 2:22 PM
Unknown Object (File)
Dec 20 2023, 6:32 AM
Unknown Object (File)
Dec 15 2023, 4:36 AM
Unknown Object (File)
Aug 21 2023, 2:25 AM
Unknown Object (File)
Aug 13 2023, 9:39 AM
Unknown Object (File)
Jul 3 2023, 3:37 AM
Unknown Object (File)
Dec 21 2022, 11:06 PM
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.