Fix previous commit. We need to enable the new "halt" IPI on all the CPUs
authorkettenis <kettenis@openbsd.org>
Sat, 16 Jul 2022 12:02:28 +0000 (12:02 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 16 Jul 2022 12:02:28 +0000 (12:02 +0000)
commita2ef92f0da75132aeac812148932405a2fee7a0f
treeb96b83e96fd089e41da3880d88e14be29840ed0a
parent7a19eddcecb175e7e1c452973439d86e730a472e
Fix previous commit.  We need to enable the new "halt" IPI on all the CPUs
like we do for the other ones.  If we don't, the IPI won't arrive and we'll
hang for ever when we try to suspend.

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