Page MenuHomeFreeBSD

arm64 gicv3: Use void pointers instead of vm_offset_t
ClosedPublic

Authored by jhb on Mar 13 2024, 6:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 10:25 AM
Unknown Object (File)
Sun, Mar 22, 7:08 PM
Unknown Object (File)
Sun, Mar 22, 3:22 AM
Unknown Object (File)
Thu, Mar 5, 3:22 AM
Unknown Object (File)
Mar 2 2026, 2:24 PM
Unknown Object (File)
Feb 21 2026, 2:53 AM
Unknown Object (File)
Feb 20 2026, 8:33 PM
Unknown Object (File)
Feb 17 2026, 6:12 AM
Subscribers

Details

Summary

This removes the need for local diffs in CheriBSD where vm_offset_t
is an address and not the same as a uintptr_t. No functional change.

Sponsored by: University of Cambridge, Google, Inc.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Mar 13 2024, 6:09 PM
This revision is now accepted and ready to land.Mar 13 2024, 7:59 PM
sys/arm64/arm64/gicv3_its.c
708

Are these intended to be in this change?

sys/arm64/arm64/gicv3_its.c
708

I included them only for convenience. I can split out the cleanup fixes to a separate commit if that is better.

andrew added inline comments.
sys/arm64/arm64/gicv3_its.c
723

If changing this you could also remove the extra newline, panic will print one for us.