diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-01-23 22:06:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-01-23 22:06:31 +0000 |
commit | 4b4647da573faaf656db42c33bf802db76aaa2cc (patch) | |
tree | cb332afb89639e7bf9b1de90f32e8b5fa349917b /sys/arch/amd64 | |
parent | 72de97d99eac2cb9b6d592bfc722deabe58507f2 (diff) |
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/vmparam.h b/sys/arch/amd64/include/vmparam.h index 6a70e082c2f..bd4b65595c8 100644 --- a/sys/arch/amd64/include/vmparam.h +++ b/sys/arch/amd64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.16 2013/01/27 16:12:16 fgsch Exp $ */ +/* $OpenBSD: vmparam.h,v 1.17 2014/01/23 22:06:29 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.1 2003/04/26 18:39:49 fvdl Exp $ */ /*- @@ -110,7 +110,6 @@ #define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST #define VM_PHYSSEG_NOADD /* can't add RAM after vm_mem_init */ -#define __HAVE_VM_PAGE_MD struct pv_entry; struct vm_page_md { struct pv_entry *pv_list; |