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
F110000191: D20454.diff
Wed, Feb 12, 7:11 AM
Unknown Object (File)
Mon, Feb 10, 1:44 AM
Unknown Object (File)
Sat, Feb 8, 7:19 PM
Unknown Object (File)
Fri, Feb 7, 9:49 AM
Unknown Object (File)
Fri, Feb 7, 2:22 AM
Unknown Object (File)
Dec 25 2024, 10:20 PM
Unknown Object (File)
Dec 25 2024, 10:00 PM
Unknown Object (File)
Dec 25 2024, 10:58 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 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.:
/* 1001 was GICV3_IVAR_REDIST_VADDR */

sys/arm64/arm64/gic_v3_var.h
96

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

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.

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.