mark the mvneta interrupt handler as mpsafe.
authordlg <dlg@openbsd.org>
Wed, 1 Jun 2022 06:33:46 +0000 (06:33 +0000)
committerdlg <dlg@openbsd.org>
Wed, 1 Jun 2022 06:33:46 +0000 (06:33 +0000)
commit5128d2cb1525f6b4a36535fd7348e6d8c0c81ab1
tree5234853895fd4e38de1870c85fc8f9f5639b93d3
parentb7190feccd0d55c3db5647c59cf216820841a9b8
mark the mvneta interrupt handler as mpsafe.

link state changes still take the kernel lock, but packet processing
is unlocked now.
sys/dev/fdt/if_mvneta.c