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/m88k/include | |
parent | 72de97d99eac2cb9b6d592bfc722deabe58507f2 (diff) |
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Diffstat (limited to 'sys/arch/m88k/include')
-rw-r--r-- | sys/arch/m88k/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/vmparam.h b/sys/arch/m88k/include/vmparam.h index 85a60fd4d09..b1acd526c43 100644 --- a/sys/arch/m88k/include/vmparam.h +++ b/sys/arch/m88k/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.12 2013/02/20 05:08:41 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.13 2014/01/23 22:06:29 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1992 Carnegie Mellon University @@ -99,7 +99,6 @@ struct pv_entry { int pv_flags; }; -#define __HAVE_VM_PAGE_MD struct vm_page_md { struct pv_entry pvent; }; |