(split from earlier https://reviews.freebsd.org/D19842)
Now that GICV3_IVAR_REDIST is available, we can remove GICV3_IVAR_REDIST_VADDR
Details
Details
- Reviewers
andrew manu - Group Reviewers
arm64 - Commits
- rS349345: arm64 gic: Drop unused GICV3_IVAR_REDIST_VADDR
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 24578
Event Timeline
sys/arm64/arm64/gic_v3_var.h | ||
---|---|---|
96 | I'd just remove it with a comment, e.g.: |
sys/arm64/arm64/gic_v3_var.h | ||
---|---|---|
96 | Will change. |
sys/arm64/arm64/gic_v3_var.h | ||
---|---|---|
96 | The main reason for removing the #define is to make it a compile error to continue using it. |