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
F116814649: D20454.diff
Sat, May 10, 1:36 PM
Unknown Object (File)
Thu, May 8, 11:52 PM
Unknown Object (File)
Fri, May 2, 2:43 AM
Unknown Object (File)
Thu, May 1, 4:08 PM
Unknown Object (File)
Mon, Apr 14, 9:43 AM
Unknown Object (File)
Mon, Apr 14, 5:02 AM
Unknown Object (File)
Mon, Apr 14, 12:55 AM
Unknown Object (File)
Mon, Apr 14, 12:46 AM
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.