diff options
author | 1999-11-05 21:19:23 +0000 | |
---|---|---|
committer | 1999-11-05 21:19:23 +0000 | |
commit | 53cf47b3f7f30720d0202bb797b42fe733226f89 (patch) | |
tree | f1eecd64b8d5090bf6b8a7456f499ecb7e2e7161 | |
parent | Since we no longer allocate the iommu page tables in pmap_bootstrap, we can (diff) | |
download | wireguard-openbsd-53cf47b3f7f30720d0202bb797b42fe733226f89.tar.xz wireguard-openbsd-53cf47b3f7f30720d0202bb797b42fe733226f89.zip |
MACHINE_NEW_NONCONTIG is now default even without uvm.
-rw-r--r-- | sys/arch/sparc/include/vmparam.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/sparc/include/vmparam.h b/sys/arch/sparc/include/vmparam.h index f552d0c6034..bd8b09d36bb 100644 --- a/sys/arch/sparc/include/vmparam.h +++ b/sys/arch/sparc/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.11 1999/07/09 21:33:37 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.12 1999/11/05 21:19:23 art Exp $ */ /* $NetBSD: vmparam.h,v 1.13 1997/07/12 16:20:03 perry Exp $ */ /* @@ -143,13 +143,7 @@ #define VM_MBUF_SIZE (NMBCLUSTERS*MCLBYTES) #define VM_KMEM_SIZE (NKMEMCLUSTERS*CLBYTES) -#if defined(UVM) #define MACHINE_NEW_NONCONTIG -#endif - -#ifndef MACHINE_NEW_NONCONTIG -#define MACHINE_NONCONTIG /* VM <=> pmap interface modifier */ -#endif #ifdef MACHINE_NEW_NONCONTIG |