summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/vmparam.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-12-20 21:41:52 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-12-20 21:41:52 +0000
commit1d2fbbb34f1223a6a7a3969e8069add9793b90fd (patch)
tree35b6171a004afd1f0097f67b81c44baf979451fb /sys/arch/vax/include/vmparam.h
parent451f666ff14df0e596e31eb0542a919d0aa32e11 (diff)
Vax does not need to __HAVE_PMAP_PHYSSEG.
Diffstat (limited to 'sys/arch/vax/include/vmparam.h')
-rw-r--r--sys/arch/vax/include/vmparam.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/vax/include/vmparam.h b/sys/arch/vax/include/vmparam.h
index 66fed2bd658..5f18927bd6f 100644
--- a/sys/arch/vax/include/vmparam.h
+++ b/sys/arch/vax/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.25 2005/11/06 22:21:30 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.26 2005/12/20 21:41:51 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.32 2000/03/07 00:05:59 matt Exp $ */
/*-
@@ -92,11 +92,6 @@
#define VM_NFREELIST 1
#define VM_FREELIST_DEFAULT 0
-#define __HAVE_PMAP_PHYSSEG
-struct pmap_physseg {
- int dummy;
-};
-
/* MD round macros */
#define vax_round_page(x) (((vaddr_t)(x) + VAX_PGOFSET) & ~VAX_PGOFSET)
#define vax_trunc_page(x) ((vaddr_t)(x) & ~VAX_PGOFSET)