Page MenuHomeFreeBSD

Add vm_map_valid_range_KBI().
ClosedPublic

Authored by markj on Jul 13 2020, 3:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 8, 6:46 AM
Unknown Object (File)
Fri, May 3, 3:04 AM
Unknown Object (File)
Thu, Apr 25, 5:46 AM
Unknown Object (File)
Jan 10 2024, 2:48 PM
Unknown Object (File)
Dec 22 2023, 11:14 PM
Unknown Object (File)
Nov 19 2023, 2:25 AM
Unknown Object (File)
Nov 19 2023, 1:51 AM
Unknown Object (File)
Nov 19 2023, 1:39 AM
Subscribers

Details

Summary

This is required for standalone module builds.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32292
Build 29776: arc lint + arc unit

Event Timeline

markj requested review of this revision.Jul 13 2020, 3:55 PM
markj created this revision.
hselasky added inline comments.
sys/vm/vm_map.h
233

Technically you don't need the ()'s around the arguments, because they are already comma separated.

This revision is now accepted and ready to land.Jul 13 2020, 3:56 PM
sys/vm/vm_map.h
233

Indeed, I just did it for consistency with the other macros.

This revision was automatically updated to reflect the committed changes.