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)
Sat, May 16, 2:30 PM
Unknown Object (File)
Sat, May 16, 10:10 AM
Unknown Object (File)
Fri, May 15, 1:34 PM
Unknown Object (File)
Fri, May 15, 1:34 PM
Unknown Object (File)
Fri, May 15, 1:18 PM
Unknown Object (File)
Thu, May 14, 11:18 PM
Unknown Object (File)
Thu, May 14, 7:23 PM
Unknown Object (File)
Mon, May 11, 10:14 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.