summaryrefslogtreecommitdiff
path: root/sys/arch/i386/i386/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/i386/machdep.c')
-rw-r--r--sys/arch/i386/i386/machdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index c1bc2bb62ef..bcf7ce29dd4 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.420 2008/03/30 14:09:20 krw Exp $ */
+/* $OpenBSD: machdep.c,v 1.421 2008/04/09 16:58:10 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -2395,8 +2395,8 @@ boot(int howto)
delay(4*1000000); /* XXX */
- /* Disable interrupts. */
- splhigh();
+ uvm_shutdown();
+ splhigh(); /* Disable interrupts. */
/* Do a dump if requested. */
if (howto & RB_DUMP)