Page MenuHomeFreeBSD

arm64 gic: Drop unused GICV3_IVAR_REDIST_VADDR
ClosedPublic

Authored by jchandra on May 29 2019, 3:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 11:40 PM
Unknown Object (File)
Feb 14 2024, 4:41 AM
Unknown Object (File)
Dec 26 2023, 12:43 PM
Unknown Object (File)
Dec 20 2023, 1:57 AM
Unknown Object (File)
Oct 16 2023, 5:27 PM
Unknown Object (File)
Oct 13 2023, 12:02 PM
Unknown Object (File)
Aug 31 2023, 3:20 AM
Unknown Object (File)
Aug 30 2023, 4:27 PM
Subscribers

Details

Summary

(split from earlier https://reviews.freebsd.org/D19842)
Now that GICV3_IVAR_REDIST is available, we can remove GICV3_IVAR_REDIST_VADDR

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 24618

Event Timeline

sys/arm64/arm64/gic_v3_var.h
97

I'd just remove it with a comment, e.g.:
/* 1001 was GICV3_IVAR_REDIST_VADDR */

sys/arm64/arm64/gic_v3_var.h
97

Will change.
(The #define looked better in my opinion, probably 'unused' was not the right description)

sys/arm64/arm64/gic_v3_var.h
97

The main reason for removing the #define is to make it a compile error to continue using it.

This revision is now accepted and ready to land.May 31 2019, 9:49 AM
This revision was automatically updated to reflect the committed changes.