aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-01-09 05:34:37 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-01-09 05:34:37 +0000
commite926c0ae48f465eec48f3b71afe3c3e84b6fbcf5 (patch)
treef7b091b2e8e62c196d9e49c293b1329fd82ebe9d /sys/netipx/ipx.c
parent2082ca5d577691746cdeacbfe118c41d908b5ed1 (diff)
downloadsrc-e926c0ae48f465eec48f3b71afe3c3e84b6fbcf5.tar.gz
src-e926c0ae48f465eec48f3b71afe3c3e84b6fbcf5.zip
Recent changes have locked down most of the highly dynamic data
structures in IPX/SPX -- primarily, sequence numbering, PCB lists, and PCBs for IPX raw sockets, IPX datagram sockets, and IPX/SPX. As such, remove remove NET_NEEDS_GIANT() for IPX, and remove the assertion of Giant in the ipxintr() IPX input path. Note that IPX/SPX is not fully MPSAFE, and that there are some problems with IPX/SPX locking that will require some further work. However, it is now safe enough to run in general without the Giant lock. MFC after: 4 weeks
Notes
Notes: svn path=/head/; revision=139933
Diffstat (limited to 'sys/netipx/ipx.c')
-rw-r--r--sys/netipx/ipx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c
index 778c4ce9c86c..fd06a076f84d 100644
--- a/sys/netipx/ipx.c
+++ b/sys/netipx/ipx.c
@@ -51,8 +51,6 @@ __FBSDID("$FreeBSD$");
#include <netipx/ipx_if.h>
#include <netipx/ipx_var.h>
-NET_NEEDS_GIANT("ipx");
-
/*
* XXXRW: Requires synchronization.
*/