diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-09-24 12:22:47 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-09-24 12:22:47 +0000 |
| commit | 5a8420c53e1ee42d93cbf43d9b011749f8d8140f (patch) | |
| tree | 848e8f784eab6efd3f2db8b1807bb0d14c40fcc5 | |
| parent | e159683524ba8f2bd400f6296fcbcd5ebd822f58 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 3 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 6034903f83b0..46df0caa8893 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. diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 6034903f83b0..46df0caa8893 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/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. |
