summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)