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 Remove '\n' from UVMHIST format



details:   https://anonhg.NetBSD.org/src/rev/235bfde72e06
branches:  trunk
changeset: 985428:235bfde72e06
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 24 07:32:31 2021 +0000

description:
Remove '\n' from UVMHIST format

diffstat:

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

diffs (27 lines):

diff -r 2995d49c86ed -r 235bfde72e06 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Tue Aug 24 06:29:18 2021 +0000
+++ b/sys/arch/arm/arm32/pmap.c Tue Aug 24 07:32:31 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.428 2021/03/23 10:21:49 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.429 2021/08/24 07:32:31 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -192,7 +192,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.428 2021/03/23 10:21:49 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.429 2021/08/24 07:32:31 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -5979,7 +5979,7 @@
 pmap_growkernel(vaddr_t maxkvaddr)
 {
        UVMHIST_FUNC(__func__);
-       UVMHIST_CALLARGS(maphist, "growing kernel from %#jx to %#jx\n",
+       UVMHIST_CALLARGS(maphist, "growing kernel from %#jx to %#jx",
            pmap_curmaxkvaddr, maxkvaddr, 0, 0);
 
        pmap_t kpm = pmap_kernel();



Home | Main Index | Thread Index | Old Index