Page MenuHomeFreeBSD

vm_map: Add a macro to fetch a map entry's split boundary index
ClosedPublic

Authored by markj on Jul 31 2023, 4:53 PM.
Tags
None
Referenced Files
F107326607: D41249.diff
Sun, Jan 12, 1:14 PM
Unknown Object (File)
Sat, Dec 14, 12:49 PM
Unknown Object (File)
Dec 6 2024, 10:59 PM
Unknown Object (File)
Nov 27 2024, 3:39 PM
Unknown Object (File)
Nov 27 2024, 3:39 PM
Unknown Object (File)
Nov 27 2024, 3:39 PM
Unknown Object (File)
Nov 27 2024, 3:19 PM
Unknown Object (File)
Nov 18 2024, 10:42 PM
Subscribers

Diff Detail

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

Event Timeline

markj requested review of this revision.Jul 31 2023, 4:53 PM
kib added inline comments.
sys/vm/vm_map.h
158

?

This revision is now accepted and ready to land.Jul 31 2023, 7:34 PM

I'm fine with the vm parts. I can't find the change you're offering to kern_proc.c.

markj marked an inline comment as done.Aug 1 2023, 2:04 PM

I'm fine with the vm parts. I can't find the change you're offering to kern_proc.c.

Ah, sorry, that's from a local diff that I've been carrying around. I'll drop that bit before committing.

sys/vm/vm_map.h
158

Since the macro is not widely used, I prefer to keep it unabbreviated.

This revision was automatically updated to reflect the committed changes.
markj marked an inline comment as done.