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)
Tue, Apr 30, 8:40 PM
Unknown Object (File)
Tue, Apr 30, 8:26 PM
Unknown Object (File)
Tue, Apr 30, 8:25 PM
Unknown Object (File)
Tue, Apr 30, 8:25 PM
Unknown Object (File)
Tue, Apr 30, 6:38 PM
Unknown Object (File)
Mar 13 2024, 3:24 AM
Unknown Object (File)
Jan 12 2024, 2:51 AM
Unknown Object (File)
Dec 20 2023, 7:58 AM
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.