Page MenuHomeFreeBSD

vm: Allow MAP_32BIT for all architectures
ClosedPublic

Authored by dchagin on Aug 12 2023, 9:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 6:15 AM
Unknown Object (File)
Wed, Apr 29, 6:08 AM
Unknown Object (File)
Tue, Apr 28, 11:34 PM
Unknown Object (File)
Tue, Apr 28, 11:28 PM
Unknown Object (File)
Sat, Apr 25, 5:45 AM
Unknown Object (File)
Mon, Apr 20, 5:55 PM
Unknown Object (File)
Apr 12 2026, 3:04 AM
Unknown Object (File)
Apr 6 2026, 2:13 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53079
Build 49970: arc lint + arc unit

Event Timeline

sys/vm/vm_mmap.c
1621

I do not think this predict_true is warranted.

kib added reviewers: jhb, alc, markj.
This revision is now accepted and ready to land.Aug 12 2023, 4:58 PM
sys/vm/vm_mmap.c
1621

Agreed, nor is rewriting this to an if/else, as I noted in the other review.

predict_true macro removed, also fixed libsysdecode mktables

This revision now requires review to proceed.Aug 12 2023, 7:52 PM
This revision is now accepted and ready to land.Aug 12 2023, 8:48 PM
This revision was automatically updated to reflect the committed changes.