artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e37b0cb
)
We don't need KERNEL_LOCK() around if_input() anymore, as if_input() has
author
chris
<chris@openbsd.org>
Sun, 17 May 2015 02:33:09 +0000
(
02:33
+0000)
committer
chris
<chris@openbsd.org>
Sun, 17 May 2015 02:33:09 +0000
(
02:33
+0000)
appropriate locking around bpf now.
ok dlg@
sys/dev/pci/if_myx.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_myx.c
b/sys/dev/pci/if_myx.c
index
f7b1bbe
..
ff9e09d
100644
(file)
--- a/
sys/dev/pci/if_myx.c
+++ b/
sys/dev/pci/if_myx.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_myx.c,v 1.7
6 2015/03/14 03:38:48 jsg Exp $
*/
+/* $OpenBSD: if_myx.c,v 1.7
7 2015/05/17 02:33:09 chris Exp $
*/
/*
* Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org>
@@
-1888,9
+1888,7
@@
myx_rxeof(struct myx_softc *sc)
ifp->if_ipackets += ml_len(&ml);
- KERNEL_LOCK();
if_input(ifp, &ml);
- KERNEL_UNLOCK();
}
void