From b751ff7496fc73fe22ed7d0c2371837c4c2aed2c Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 4 Mar 2006 22:40:17 +0000 Subject: With the exception of two other small uncommited diffs this moves the remainder of the network stack from splimp to splnet. ok miod@ --- sys/net/if_gif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/if_gif.c') diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c index 7e67b83e1b0..f19474835e8 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gif.c,v 1.33 2006/01/04 06:04:42 canacar Exp $ */ +/* $OpenBSD: if_gif.c,v 1.34 2006/03/04 22:40:15 brad Exp $ */ /* $KAME: if_gif.c,v 1.43 2001/02/20 08:51:07 itojun Exp $ */ /* @@ -166,7 +166,7 @@ gif_start(ifp) #endif /* NBRIDGE */ for (;;) { - s = splimp(); + s = splnet(); IF_DEQUEUE(&ifp->if_snd, m); splx(s); -- cgit v1.2.3