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)
Tue, Mar 11, 12:18 AM
Unknown Object (File)
Sat, Mar 8, 12:50 AM
Unknown Object (File)
Feb 8 2025, 8:10 AM
Unknown Object (File)
Feb 5 2025, 2:25 AM
Unknown Object (File)
Jan 10 2025, 12:22 AM
Unknown Object (File)
Dec 26 2024, 7:59 AM
Unknown Object (File)
Nov 22 2024, 12:39 PM
Unknown Object (File)
Sep 28 2024, 1:29 PM
Subscribers

Details

Summary

This is required for standalone module builds.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #74403)

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 ↗(On Diff #74403)

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

This revision was automatically updated to reflect the committed changes.