summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 12:22:47 +0000
committerdg <dg@FreeBSD.org>1994-09-24 12:22:47 +0000
commit5d9042e83794f8e3de36c6fa6f24fd13c4886382 (patch)
tree848e8f784eab6efd3f2db8b1807bb0d14c40fcc5 /sys/amd64
parentdc27f46187bcebb8e9ca3a3dc38ebff7c2c39641 (diff)
downloadFreeBSD-src-5d9042e83794f8e3de36c6fa6f24fd13c4886382.zip
FreeBSD-src-5d9042e83794f8e3de36c6fa6f24fd13c4886382.tar.gz
Nuked splnet before sync. Not only is this unnecessary, but it appears
to cause problems by making it impossible to sync NFS related buffers when rebooting.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 6034903..46df0ca 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.64 1994/09/16 01:00:38 ache Exp $
+ * $Id: machdep.c,v 1.65 1994/09/16 05:46:54 phk Exp $
*/
#include "npx.h"
@@ -723,7 +723,6 @@ boot(arghowto)
int iter, nbusy;
waittime = 0;
- (void) splnet();
printf("\nsyncing disks... ");
/*
* Release inodes held by texts before update.
OpenPOWER on IntegriCloud