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)
Sat, Feb 8, 1:11 AM
Unknown Object (File)
Fri, Feb 7, 9:22 PM
Unknown Object (File)
Wed, Feb 5, 10:30 AM
Unknown Object (File)
Tue, Feb 4, 3:32 AM
Unknown Object (File)
Mon, Jan 27, 7:46 AM
Unknown Object (File)
Sat, Jan 25, 12:18 PM
Unknown Object (File)
Jan 10 2025, 10:18 AM
Unknown Object (File)
Dec 24 2024, 6:28 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.