diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 05:46:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 05:46:29 +0000 |
commit | b5667c845a82a0ce09b33001a466d9d84dfcfe83 (patch) | |
tree | fbcb6775aa61f4f0221199dc8ee06704388d122f /sys/arch/mvme88k/conf/M188 | |
parent | 8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 (diff) |
UVM is no longer an option.
Diffstat (limited to 'sys/arch/mvme88k/conf/M188')
-rw-r--r-- | sys/arch/mvme88k/conf/M188 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/conf/M188 b/sys/arch/mvme88k/conf/M188 index 5dfb196e64f..a41c68d123f 100644 --- a/sys/arch/mvme88k/conf/M188 +++ b/sys/arch/mvme88k/conf/M188 @@ -1,4 +1,4 @@ -# $OpenBSD: M188,v 1.7 2001/05/31 21:05:00 miod Exp $ +# $OpenBSD: M188,v 1.8 2001/06/27 05:46:22 art Exp $ machine mvme88k @@ -8,7 +8,6 @@ include "../../../conf/GENERIC" option "M88000" # support for 88K option MVME188 # support for 187 -option UVM # use the UVM virtual memory system option "NCPUS=1" # Number of cpus supported (max 4) option BUGMAP # use Bug Rom VME Mappings |