Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm32 Fix typo in UVMHIST_LOG



details:   https://anonhg.NetBSD.org/src/rev/d325d9ab3c8e
branches:  trunk
changeset: 930974:d325d9ab3c8e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Apr 19 08:50:54 2020 +0000

description:
Fix typo in UVMHIST_LOG

diffstat:

 sys/arch/arm/arm32/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 50bebac4b24e -r d325d9ab3c8e sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun Apr 19 08:18:19 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sun Apr 19 08:50:54 2020 +0000
@@ -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 <sys/cdefs.h>
-__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 <sys/atomic.h>
 #include <sys/param.h>
@@ -2760,7 +2760,7 @@
 
        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;



Home | Main Index | Thread Index | Old Index