summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 173c247815e..183a37690c6 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.31 1996/12/09 09:54:04 niklas Exp $ */
+/* $OpenBSD: machdep.c,v 1.32 1996/12/10 23:34:12 niklas Exp $ */
/* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */
/*-
@@ -315,6 +315,7 @@ cpu_startup()
printf("kernel does not support -c; continuing..\n");
#endif
}
+ ioport_malloc_safe = 1;
configure();
/*