diff options
author | 2004-08-09 10:19:50 +0000 | |
---|---|---|
committer | 2004-08-09 10:19:50 +0000 | |
commit | f6df23d42ae5af2b3871a9088f8c60638982f4eb (patch) | |
tree | d2e1dc4e2ec23b4690b0f7c74e197d7ab627b4b4 | |
parent | Needs a non-empty pmap_unuse_final() as sparc. (diff) | |
download | wireguard-openbsd-f6df23d42ae5af2b3871a9088f8c60638982f4eb.tar.xz wireguard-openbsd-f6df23d42ae5af2b3871a9088f8c60638982f4eb.zip |
UVM is no longer an option since years.
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index 278774f2b92..61c5166da71 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.1 2004/08/06 21:12:18 pefo Exp $ +# $OpenBSD: GENERIC,v 1.2 2004/08/09 10:19:50 miod Exp $ # machine sgi mips64 @@ -21,7 +21,6 @@ option NATIVE_ELF # Systems uses ELF as native format #option WSDISPLAY_COMPAT_RAWKBD -option UVM #option UVMHIST # enable uvm history logging #option DEBUG diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index f04f512f6de..827b7784f86 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2004/08/06 21:12:18 pefo Exp $ +# $OpenBSD: RAMDISK,v 1.2 2004/08/09 10:19:50 miod Exp $ # machine sgi mips64 @@ -15,7 +15,6 @@ makeoption ENDIAN="-EB" option SWAPPAGER # swap pager (anonymous and swap space) option DEVPAGER # device pager (mapped devices) -option UVM # uses unified VM system option NATIVE_ELF # Systems uses ELF as native format option DIAGNOSTIC # extra kernel debugging checks |