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 Align output from db_md_cpuinfo_cmd



details:   https://anonhg.NetBSD.org/src/rev/825a53061ff2
branches:  trunk
changeset: 458814:825a53061ff2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Aug 11 15:52:55 2019 +0000

description:
Align output from db_md_cpuinfo_cmd

diffstat:

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

diffs (27 lines):

diff -r e3578da0cc15 -r 825a53061ff2 sys/arch/aarch64/aarch64/db_machdep.c
--- a/sys/arch/aarch64/aarch64/db_machdep.c     Sun Aug 11 13:55:18 2019 +0000
+++ b/sys/arch/aarch64/aarch64/db_machdep.c     Sun Aug 11 15:52:55 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.c,v 1.16 2019/03/20 07:16:07 ryo Exp $ */
+/* $NetBSD: db_machdep.c,v 1.17 2019/08/11 15:52:55 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.16 2019/03/20 07:16:07 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.17 2019/08/11 15:52:55 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd32.h"
@@ -278,7 +278,7 @@
        db_printf("%p cpu[%lu].ci_curlwp       = %p\n",
            &ci->ci_curlwp, cpuid, cpuinfobuf.ci_curlwp);
        for (i = 0; i < SOFTINT_COUNT; i++) {
-               db_printf("%p cpu[%lu].ci_softlwps[%d] = %p\n",
+               db_printf("%p cpu[%lu].ci_softlwps[%d]  = %p\n",
                    &ci->ci_softlwps[i], cpuid, i, cpuinfobuf.ci_softlwps[i]);
        }
        db_printf("%p cpu[%lu].ci_lastintr     = %" PRIu64 "\n",



Home | Main Index | Thread Index | Old Index