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)
Thu, Sep 17, 8:46 AM
Unknown Object (File)
Sun, Sep 6, 10:24 AM
Unknown Object (File)
Sun, Sep 6, 5:51 AM
Unknown Object (File)
Sat, Sep 5, 10:16 PM
Unknown Object (File)
Sat, Sep 5, 12:28 PM
Unknown Object (File)
Sat, Sep 5, 10:28 AM
Unknown Object (File)
Sat, Sep 5, 6:27 AM
Unknown Object (File)
Fri, Sep 4, 7:59 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.