summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/bootp_subr.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-28 18:29:44 +0000
committerphk <phk@FreeBSD.org>2002-04-28 18:29:44 +0000
commit5549556e4f3cb7224049e91aeaae30fcc213820e (patch)
tree35c029ddeee2709abd9ad7ff9d1c7f6d1a5ed821 /sys/nfsclient/bootp_subr.c
parent307f787e5a7fbe03dca1a971912122c52cc582c8 (diff)
downloadFreeBSD-src-5549556e4f3cb7224049e91aeaae30fcc213820e.zip
FreeBSD-src-5549556e4f3cb7224049e91aeaae30fcc213820e.tar.gz
We don't need the arp kludge any more.
Diffstat (limited to 'sys/nfsclient/bootp_subr.c')
-rw-r--r--sys/nfsclient/bootp_subr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index 5de53ef..bdd51ee 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -1658,12 +1658,6 @@ bootpc_init(void)
if (nfs_diskless_valid != 0)
return;
- /*
- * Wait until arp entries can be handled.
- */
- while (time_second == 0)
- tsleep(&time_second, PZERO + 8, "arpkludge", 10);
-
gctx = malloc(sizeof(*gctx), M_TEMP, M_WAITOK);
if (gctx == NULL)
panic("Failed to allocate bootp global context structure");
OpenPOWER on IntegriCloud