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)
Sat, Apr 26, 11:59 AM
Unknown Object (File)
Sat, Apr 26, 2:19 AM
Unknown Object (File)
Fri, Apr 25, 2:37 PM
Unknown Object (File)
Fri, Apr 18, 1:33 PM
Unknown Object (File)
Thu, Apr 17, 10:06 AM
Unknown Object (File)
Tue, Apr 15, 7:38 PM
Unknown Object (File)
Mon, Apr 7, 3:20 PM
Unknown Object (File)
Feb 8 2025, 12:19 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.