We don't need KERNEL_LOCK() around if_input() anymore, as if_input() has
authorchris <chris@openbsd.org>
Sun, 17 May 2015 02:33:09 +0000 (02:33 +0000)
committerchris <chris@openbsd.org>
Sun, 17 May 2015 02:33:09 +0000 (02:33 +0000)
commite6488d8cfc629f4547c22e0af3533bc9b7d60c02
tree43350926fca182cc87d407d75c27f0b9dc6a0dd6
parente37b0cbef8b7cc598fdb5f9e858856971f4d2985
We don't need KERNEL_LOCK() around if_input() anymore, as if_input() has
appropriate locking around bpf now.

ok dlg@
sys/dev/pci/if_myx.c