artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702d5e8
)
Unlock the softnet task.
author
mpi
<mpi@openbsd.org>
Thu, 8 Oct 2015 09:51:00 +0000
(09:51 +0000)
committer
mpi
<mpi@openbsd.org>
Thu, 8 Oct 2015 09:51:00 +0000
(09:51 +0000)
ok dlg@, kettenis@
sys/net/if.c
patch
|
blob
|
history
diff --git
a/sys/net/if.c
b/sys/net/if.c
index
afb092a
..
6aeeb07
100644
(file)
--- a/
sys/net/if.c
+++ b/
sys/net/if.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if.c,v 1.38
5 2015/10/05 19:05:09 uebayasi Exp $
*/
+/* $OpenBSD: if.c,v 1.38
6 2015/10/08 09:51:00 mpi Exp $
*/
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@
-779,7
+779,6
@@
if_input_process(void *xmq)
add_net_randomness(ml_len(&ml));
- KERNEL_LOCK();
s = splnet();
while ((m = ml_dequeue(&ml)) != NULL) {
sched_pause();
@@
-817,7
+816,6
@@
if_input_process(void *xmq)
if_put(ifp);
}
splx(s);
- KERNEL_UNLOCK();
}
void