diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-04-07 17:17:29 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-04-07 17:17:29 +0000 |
commit | 8fb021cc46189a2d4349ea0e1257e378ed002033 (patch) | |
tree | 6c39ef7d2f160fd49c2abd91308a5e5028f291f0 /sys/arch/i386/conf | |
parent | bcde4a8cad2cba0e1dd422e4796aed2ddc84d02f (diff) |
OK, PMAP_NEW by default once again. This time it should work better for
userland since art removed the vm_pmap field that made UVM and old VM
differ. An option PMAP_OLD is provided should someone need to configure
with the old pmap. This is suspected to go away soon so I will not
document it.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 5dba53ad904..47e9204fac3 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.80 2001/04/03 01:32:23 deraadt Exp $ +# $OpenBSD: files.i386,v 1.81 2001/04/07 17:17:27 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,8 @@ 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_new -file arch/i386/i386/pmap.old.c !pmap_new +file arch/i386/i386/pmap.c !pmap_old & uvm +file arch/i386/i386/pmap.old.c pmap_old | !uvm file arch/i386/i386/process_machdep.c file arch/i386/i386/random.s file arch/i386/i386/sys_machdep.c |