diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-12-10 23:34:13 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-12-10 23:34:13 +0000 |
commit | ce8ac49a783021618a4fce1bfd52d19eabb87ed7 (patch) | |
tree | 513346e4f1f56016158a872f5dc18f10762bee63 /sys | |
parent | 38f395a1a933783b6233b495ae316da31f4af9ce (diff) |
Forgotten line in extent handling code
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 3 |
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(); /* |