that we implement proper "break-before-make" semantics and I've stared
at the code for long enough that I've convinced myself that we do indeed
implement this correctly several times.
ok guenther@
-/* $OpenBSD: pmap.h,v 1.18 2021/05/16 03:30:33 jsg Exp $ */
+/* $OpenBSD: pmap.h,v 1.19 2022/02/04 18:15:40 kettenis Exp $ */
/*
* Copyright (c) 2008,2009,2014 Dale Rahn <drahn@dalerahn.com>
*
void pmap_postinit(void);
void pmap_map_early(paddr_t, psize_t);
+#define __HAVE_PMAP_MPSAFE_ENTER_COW
+
#endif /* _KERNEL && !_LOCORE */
#ifndef _LOCORE