Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/arm/include/arm32/pmap.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/include/arm32/pmap.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.164 retrieving revision 1.165 diff -u -p -r1.164 -r1.165 --- src/sys/arch/arm/include/arm32/pmap.h 2020/03/14 14:05:42 1.164 +++ src/sys/arch/arm/include/arm32/pmap.h 2020/03/29 09:01:32 1.165 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.h,v 1.164 2020/03/14 14:05:42 ad Exp $ */ +/* $NetBSD: pmap.h,v 1.165 2020/03/29 09:01:32 skrll Exp $ */ /* * Copyright (c) 2002, 2003 Wasabi Systems, Inc. @@ -1186,6 +1186,12 @@ do { \ #endif /* !_LOCORE */ +#ifndef __BSD_PTENTRY_T__ +#define __BSD_PTENTRY_T__ +typedef uint32_t pt_entry_t; +#define PRIxPTE PRIx32 +#endif + #endif /* _KERNEL */ #endif /* _ARM32_PMAP_H_ */