diff options
-rw-r--r-- | sys/arch/arm64/include/pmap.h | 3 | ||||
-rw-r--r-- | sys/arch/riscv64/include/pmap.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/arm64/include/pmap.h b/sys/arch/arm64/include/pmap.h index cdb9685beb7..89fa7cdd5e3 100644 --- a/sys/arch/arm64/include/pmap.h +++ b/sys/arch/arm64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.21 2022/11/21 20:19:21 kettenis Exp $ */ +/* $OpenBSD: pmap.h,v 1.22 2023/02/16 20:32:39 miod Exp $ */ /* * Copyright (c) 2008,2009,2014 Dale Rahn <drahn@dalerahn.com> * @@ -117,7 +117,6 @@ void pmap_postinit(void); #endif /* _KERNEL && !_LOCORE */ #ifndef _LOCORE -#define __HAVE_VM_PAGE_MD struct vm_page_md { struct mutex pv_mtx; LIST_HEAD(,pte_desc) pv_list; diff --git a/sys/arch/riscv64/include/pmap.h b/sys/arch/riscv64/include/pmap.h index 8f111381567..8a32bba9ea1 100644 --- a/sys/arch/riscv64/include/pmap.h +++ b/sys/arch/riscv64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.6 2021/05/16 03:29:35 jsg Exp $ */ +/* $OpenBSD: pmap.h,v 1.7 2023/02/16 20:32:39 miod Exp $ */ /* * Copyright (c) 2019-2020 Brian Bamsch <bbamsch@google.com> @@ -116,7 +116,6 @@ void pmap_postinit(void); #endif /* _KERNEL && !_LOCORE */ #ifndef _LOCORE -#define __HAVE_VM_PAGE_MD struct vm_page_md { struct mutex pv_mtx; LIST_HEAD(,pte_desc) pv_list; |