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 No need for '\n' in UVMHIST_LOG



details:   https://anonhg.NetBSD.org/src/rev/5accc6a4b31f
branches:  trunk
changeset: 825343:5accc6a4b31f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jul 10 09:30:58 2017 +0000

description:
No need for '\n' in UVMHIST_LOG

diffstat:

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

diffs (27 lines):

diff -r 3c5bfbc94ad4 -r 5accc6a4b31f sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Mon Jul 10 08:41:35 2017 +0000
+++ b/sys/arch/arm/arm32/pmap.c Mon Jul 10 09:30:58 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.349 2017/05/24 06:31:07 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.350 2017/07/10 09:30:58 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.349 2017/05/24 06:31:07 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.350 2017/07/10 09:30:58 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -3361,7 +3361,7 @@
 #endif /* !ARM_MMU_EXTENDED */
 
 #ifndef ARM_MMU_EXTENDED
-               UVMHIST_LOG(maphist, "  is_cached %d cs 0x%08x\n",
+               UVMHIST_LOG(maphist, "  is_cached %d cs 0x%08x",
                    is_cached, pm->pm_cstate.cs_all, 0, 0);
 
                if (pg != NULL) {



Home | Main Index | Thread Index | Old Index