summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
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/hppa
parent72de97d99eac2cb9b6d592bfc722deabe58507f2 (diff)
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/vmparam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index c9afa3c0e29..e6755fa0b70 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.39 2011/11/10 22:48:13 deraadt Exp $ */
+/* $OpenBSD: vmparam.h,v 1.40 2014/01/23 22:06:29 miod Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -96,7 +96,6 @@
#include <sys/lock.h>
-#define __HAVE_VM_PAGE_MD
struct pv_entry;
struct vm_page_md {
struct simplelock pvh_lock; /* locks every pv on this list */