summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
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/alpha
parent72de97d99eac2cb9b6d592bfc722deabe58507f2 (diff)
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/include/vmparam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/vmparam.h b/sys/arch/alpha/include/vmparam.h
index cd37e12ebb3..ecb214aee77 100644
--- a/sys/arch/alpha/include/vmparam.h
+++ b/sys/arch/alpha/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.23 2014/01/01 22:13:52 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.24 2014/01/23 22:06:29 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.18 2000/05/22 17:13:54 thorpej Exp $ */
/*
@@ -128,7 +128,6 @@
/*
* pmap-specific data stored in the vm_page structure.
*/
-#define __HAVE_VM_PAGE_MD
struct vm_page_md {
struct pv_entry *pvh_list; /* pv entry list */
int pvh_attrs; /* page attributes */