Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_md
authormiod <miod@openbsd.org>
Thu, 16 Feb 2023 20:32:39 +0000 (20:32 +0000)
committermiod <miod@openbsd.org>
Thu, 16 Feb 2023 20:32:39 +0000 (20:32 +0000)
those days, and nothing checks for that symbol anymore.

sys/arch/arm64/include/pmap.h
sys/arch/riscv64/include/pmap.h

index cdb9685..89fa7cd 100644 (file)
@@ -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;
index 8f11138..8a32bba 100644 (file)
@@ -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;