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 Whack-a-mole



details:   https://anonhg.NetBSD.org/src/rev/5ad0267e29f3
branches:  trunk
changeset: 937231:5ad0267e29f3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Aug 12 18:30:46 2020 +0000

description:
Whack-a-mole

diffstat:

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

diffs (27 lines):

diff -r b0611741ea5d -r 5ad0267e29f3 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Wed Aug 12 13:36:36 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Wed Aug 12 18:30:46 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.420 2020/08/11 07:03:33 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.421 2020/08/12 18:30:46 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -192,7 +192,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.420 2020/08/11 07:03:33 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.421 2020/08/12 18:30:46 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -5178,7 +5178,7 @@
 {
 
        UVMHIST_FUNC(__func__);
-       UVMHIST_CALLARGS(maphist, "(pm=%#jx)", (uintptr_t)pmap, 0, 0, 0);
+       UVMHIST_CALLARGS(maphist, "(pm=%#jx)", (uintptr_t)pm, 0, 0, 0);
 
        KASSERT(pm != pmap_kernel());
 



Home | Main Index | Thread Index | Old Index