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)
Wed, Jul 22, 11:15 PM
Unknown Object (File)
Wed, Jul 22, 8:15 PM
Unknown Object (File)
Wed, Jul 22, 4:52 AM
Unknown Object (File)
Tue, Jul 21, 3:37 AM
Unknown Object (File)
Tue, Jul 21, 12:12 AM
Unknown Object (File)
Sat, Jul 18, 7:59 AM
Unknown Object (File)
Mon, Jul 13, 3:52 AM
Unknown Object (File)
Sun, Jul 12, 3:16 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/arm64/arm64/gic_v3_var.h
96 ↗(On Diff #58021)

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

sys/arm64/arm64/gic_v3_var.h
96 ↗(On Diff #58021)

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

sys/arm64/arm64/gic_v3_var.h
96 ↗(On Diff #58021)

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.