summaryrefslogtreecommitdiff
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
parent2082ca5d577691746cdeacbfe118c41d908b5ed1 (diff)
Notes
-rw-r--r--sys/netipx/ipx.c2
-rw-r--r--sys/netipx/ipx_input.c2
2 files changed, 0 insertions, 4 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.
*/
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c
index 53d8d9a0d85f..b5d5ef2b1eac 100644
--- a/sys/netipx/ipx_input.c
+++ b/sys/netipx/ipx_input.c
@@ -140,8 +140,6 @@ ipxintr(struct mbuf *m)
struct ipx_ifaddr *ia;
int len;
- GIANT_REQUIRED;
-
/*
* If no IPX addresses have been set yet but the interfaces
* are receiving, can't do anything with incoming packets yet.