Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/aarch64 "\n" is not required in KERNHIST



details:   https://anonhg.NetBSD.org/src/rev/b49d978a710c
branches:  trunk
changeset: 987417:b49d978a710c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Sep 26 08:02:48 2021 +0000

description:
"\n" is not required in KERNHIST

diffstat:

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

diffs (27 lines):

diff -r 2812b0d9265a -r b49d978a710c sys/arch/aarch64/aarch64/pmap.c
--- a/sys/arch/aarch64/aarch64/pmap.c   Sun Sep 26 03:42:54 2021 +0000
+++ b/sys/arch/aarch64/aarch64/pmap.c   Sun Sep 26 08:02:48 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.112 2021/09/15 07:49:54 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.113 2021/09/26 08:02:48 skrll Exp $ */
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.112 2021/09/15 07:49:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.113 2021/09/26 08:02:48 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_ddb.h"
@@ -1887,7 +1887,7 @@
 #endif
                UVMHIST_LOG(pmaphist,
                    "va=%016lx has already mapped."
-                   " old-pa=%016lx new-pa=%016lx, old-pte=%016llx\n",
+                   " old-pa=%016lx new-pa=%016lx, old-pte=%016llx",
                    va, l3pte_pa(opte), pa, opte);
 
                if (pa == l3pte_pa(opte)) {



Home | Main Index | Thread Index | Old Index