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/arm32/pmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/arm32/pmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.408 retrieving revision 1.409 diff -u -p -r1.408 -r1.409 --- src/sys/arch/arm/arm32/pmap.c 2020/04/18 10:46:32 1.408 +++ src/sys/arch/arm/arm32/pmap.c 2020/04/19 08:50:54 1.409 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.408 2020/04/18 10:46:32 skrll Exp $ */ +/* $NetBSD: pmap.c,v 1.409 2020/04/19 08:50:54 skrll Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. @@ -192,7 +192,7 @@ #endif #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.408 2020/04/18 10:46:32 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.409 2020/04/19 08:50:54 skrll Exp $"); #include #include @@ -2760,7 +2760,7 @@ pmap_flush_page(struct vm_page_md *md, p KASSERT(!(md->pvh_attrs & PVF_NC)); - UVMHIST_LOg(maphist, "md %#jx (attrs=%#jx)",(uintptr_t)md, + UVMHIST_LOG(maphist, "md %#jx (attrs=%#jx)",(uintptr_t)md, md->pvh_attrs); const size_t scache_line_size = arm_scache.dcache_line_size;