summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-01-23 22:06:31 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-01-23 22:06:31 +0000
commit4b4647da573faaf656db42c33bf802db76aaa2cc (patch)
treecb332afb89639e7bf9b1de90f32e8b5fa349917b /sys/arch/mips64
parent72de97d99eac2cb9b6d592bfc722deabe58507f2 (diff)
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/vmparam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h
index 5589395747c..17e59f5aece 100644
--- a/sys/arch/mips64/include/vmparam.h
+++ b/sys/arch/mips64/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.24 2011/05/30 22:25:21 oga Exp $ */
+/* $OpenBSD: vmparam.h,v 1.25 2014/01/23 22:06:29 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */
/*
@@ -121,7 +121,6 @@ typedef struct pv_entry {
vaddr_t pv_va; /* virtual address for mapping */
} *pv_entry_t;
-#define __HAVE_VM_PAGE_MD
struct vm_page_md {
struct pv_entry pv_ent; /* pv list of this seg */
};