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)
Thu, Sep 19, 5:37 PM
Unknown Object (File)
Thu, Sep 19, 2:29 PM
Unknown Object (File)
Tue, Sep 17, 5:13 PM
Unknown Object (File)
Tue, Sep 17, 12:12 PM
Unknown Object (File)
Sat, Sep 14, 1:48 PM
Unknown Object (File)
Sun, Sep 8, 11:02 PM
Unknown Object (File)
Sun, Sep 8, 7:49 AM
Unknown Object (File)
Sat, Sep 7, 1:33 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.