From bdfa0bafbd96c941f73d52d4462c0047709b2a98 Mon Sep 17 00:00:00 2001 From: niklas Date: Tue, 10 Dec 1996 23:34:12 +0000 Subject: [PATCH] Forgotten line in extent handling code --- sys/arch/i386/i386/machdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); /* -- 2.20.1