Fix endless loop in the interrupt handler. When iterating over each
authorpatrick <patrick@openbsd.org>
Thu, 23 Dec 2021 20:48:24 +0000 (20:48 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 23 Dec 2021 20:48:24 +0000 (20:48 +0000)
commit64dd1569190bb2fd8c2b3d94db44d00f29a0a2b2
treecd9322e64b730ee2a2b60c17c61ef9847080878e
parent779f7ba5059848104e41c91d4454ab42ea50e681
Fix endless loop in the interrupt handler.  When iterating over each
GPIO base register we must not replace the iterator variable with the
index of the pin inside the register.

ok kettenis@
sys/arch/arm64/dev/aplpinctrl.c