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 s/pmaphist/maphist/



details:   https://anonhg.NetBSD.org/src/rev/6455c399e252
branches:  trunk
changeset: 937190:6455c399e252
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 11 07:03:33 2020 +0000

description:
s/pmaphist/maphist/

diffstat:

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

diffs (45 lines):

diff -r b45dd1b88980 -r 6455c399e252 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Tue Aug 11 06:54:14 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Tue Aug 11 07:03:33 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.419 2020/08/10 05:40:21 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.420 2020/08/11 07:03:33 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -192,7 +192,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.419 2020/08/10 05:40:21 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.420 2020/08/11 07:03:33 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -4841,7 +4841,7 @@
 
        pmap_release_pmap_lock(pm);
 
-       UVMHIST_LOG(pmaphist, " <-- done", 0, 0, 0, 0);
+       UVMHIST_LOG(maphist, " <-- done", 0, 0, 0, 0);
 }
 
 #ifdef ARM_MMU_EXTENDED
@@ -5178,7 +5178,7 @@
 {
 
        UVMHIST_FUNC(__func__);
-       UVMHIST_CALLARGS(pmaphist, "(pm=%#jx)", (uintptr_t)pmap, 0, 0, 0);
+       UVMHIST_CALLARGS(maphist, "(pm=%#jx)", (uintptr_t)pmap, 0, 0, 0);
 
        KASSERT(pm != pmap_kernel());
 
@@ -5207,7 +5207,7 @@
 #endif
        pm->pm_remove_all = true;
 
-       UVMHIST_LOG(pmaphist, " <-- done", 0, 0, 0, 0);
+       UVMHIST_LOG(maphist, " <-- done", 0, 0, 0, 0);
        return false;
 }
 



Home | Main Index | Thread Index | Old Index