Run arp timeout without kernel lock.
authorbluhm <bluhm@openbsd.org>
Thu, 9 Nov 2023 21:45:18 +0000 (21:45 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 9 Nov 2023 21:45:18 +0000 (21:45 +0000)
commitf7e8a207d93448c163db72af82bace9d88d9a154
tree3af08956cfb692f00c5f5151896573a76ba89f16
parent8eb093d04bc21e679d6a69ac6a0d663b13dc5200
Run arp timeout without kernel lock.

Since cheloha@ has implemented timeout processes that do not grab
the kernel lock, start using TIMEOUT_MPSAFE for arptimer().

OK kn@ mvs@
sys/netinet/if_ether.c