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)
Wed, Aug 12, 11:36 AM
Unknown Object (File)
Wed, Aug 12, 10:51 AM
Unknown Object (File)
Sun, Aug 9, 5:06 AM
Unknown Object (File)
Sun, Aug 9, 3:41 AM
Unknown Object (File)
Sun, Aug 9, 1:26 AM
Unknown Object (File)
Sat, Aug 8, 3:53 PM
Unknown Object (File)
Wed, Aug 5, 4:07 PM
Unknown Object (File)
Tue, Aug 4, 7:57 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 56584
Build 53472: arc lint + arc unit

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.