diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-27 07:18:35 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-27 07:18:35 +0000 |
commit | 2ae5c2c1520f61cf73ab48fa67d77dc3d2e998ce (patch) | |
tree | 6a98b17e7f857ce3fe70deb2bf58c8c0117be337 /sys/arch | |
parent | f8eaad01d46087ea25b14a0b5ef52c92806347bc (diff) |
UVM is default
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index a71693b0baf..a9a7cb8e869 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.87 2001/06/25 23:06:54 niklas Exp $ +# $OpenBSD: files.i386,v 1.88 2001/06/27 07:18:34 niklas Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -30,8 +30,7 @@ file arch/i386/i386/i686_mem.c mtrr file arch/i386/i386/k6_mem.c mtrr file arch/i386/i386/microtime.s file arch/i386/i386/ns_cksum.c ns -file arch/i386/i386/pmap.c !pmap_old & uvm -file arch/i386/i386/pmap.old.c pmap_old | !uvm +file arch/i386/i386/pmap.c file arch/i386/i386/process_machdep.c file arch/i386/i386/procfs_machdep.c procfs file arch/i386/i386/random.s |