summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m68k/include/vmparam.h')
-rw-r--r--sys/arch/m68k/include/vmparam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/vmparam.h b/sys/arch/m68k/include/vmparam.h
index fe45c8ac00c..5ce336af4a2 100644
--- a/sys/arch/m68k/include/vmparam.h
+++ b/sys/arch/m68k/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.11 2013/03/23 16:12:24 deraadt Exp $ */
+/* $OpenBSD: vmparam.h,v 1.12 2014/01/23 22:06:29 miod Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -137,7 +137,6 @@ struct pv_entry {
/* header: entry maps a page table page */
#define PV_PTPAGE (0x02 << PG_SHIFT)
-#define __HAVE_VM_PAGE_MD
struct vm_page_md {
struct pv_entry pvent;
};