Forgotten line in extent handling code
authorniklas <niklas@openbsd.org>
Tue, 10 Dec 1996 23:34:12 +0000 (23:34 +0000)
committerniklas <niklas@openbsd.org>
Tue, 10 Dec 1996 23:34:12 +0000 (23:34 +0000)
sys/arch/i386/i386/machdep.c

index 173c247..183a376 100644 (file)
@@ -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();
 
        /*