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, Sep 27, 3:39 AM
Unknown Object (File)
Mon, Sep 23, 1:30 AM
Unknown Object (File)
Sun, Sep 22, 7:36 PM
Unknown Object (File)
Wed, Sep 18, 5:13 PM
Unknown Object (File)
Wed, Sep 18, 5:18 AM
Unknown Object (File)
Wed, Sep 18, 12:24 AM
Unknown Object (File)
Mon, Sep 16, 9:05 PM
Unknown Object (File)
Mon, Sep 16, 11:50 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.