The 64-core versions of the Ampere Altra SoC still have 80 redistributors.
authorkettenis <kettenis@openbsd.org>
Thu, 16 Jun 2022 20:44:09 +0000 (20:44 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 16 Jun 2022 20:44:09 +0000 (20:44 +0000)
commit8624b7892d57930179c47966f7524b08183757d6
tree81a4e8f82330ee56e420ee0ddd2b6e7c1580ee1e
parent3b624d28064dd5cfdad0a0e01978a6bf6857fe75
The 64-core versions of the Ampere Altra SoC still have 80 redistributors.
Presumably these are the same silicon and the 64-core version just has some
of the cores disabled.  This means that the redistributors don't necessarily
all match up with a core that is actually enabled.  So remove the panic
that would happen if we found a redistributor without a matching core.

ok patrick@, deraadt@
sys/arch/arm64/dev/agintc.c