| commit | aa48358ef9270417897780230bdedb635cc4af56 | [log] [tgz] |
|---|---|---|
| author | Boyan Karatotev <boyan.karatotev@arm.com> | Fri Jun 20 09:07:44 2025 +0100 |
| committer | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Sep 09 06:37:05 2025 +0100 |
| tree | e5b990082edda1abc4e2f50903865f1c899f6516 | |
| parent | 5f2468444daafa55f72a976c856d7f941a83ca51 [diff] |
fix(gic): don't access a GIC register if it's not supported On non-gicv3 systems, this register will not be present. However, the check for gicv3 wil be after, resulting in an error. Change-Id: I6077289eb848bd3194660f975baeca5141b14e1f Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>