summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/include/vmparam.h')
-rw-r--r--sys/arch/mvme88k/include/vmparam.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/mvme88k/include/vmparam.h b/sys/arch/mvme88k/include/vmparam.h
index 0d85c23b848..1019769c438 100644
--- a/sys/arch/mvme88k/include/vmparam.h
+++ b/sys/arch/mvme88k/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.12 2001/06/14 21:30:40 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.13 2001/06/27 06:19:49 art Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@@ -140,10 +140,6 @@
#define VM_KMEM_SIZE (NKMEMCLUSTERS * PAGE_SIZE)
#define VM_PHYS_SIZE (USRIOSIZE * PAGE_SIZE)
-/* Use new VM page bootstrap interface. */
-#define MACHINE_NEW_NONCONTIG
-
-#if defined(MACHINE_NEW_NONCONTIG)
/*
* Constants which control the way the VM system deals with memory segments.
* The mvme88k only has one physical memory segment.
@@ -166,6 +162,4 @@ struct pmap_physseg {
};
#endif /* _LOCORE */
-#endif /* MACHINE_NEW_NONCONTIG */
-
#endif _MACHINE_VM_PARAM_