Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/fdt Print the devmap we're using in the debu...



details:   https://anonhg.NetBSD.org/src/rev/bf2178e87693
branches:  trunk
changeset: 942113:bf2178e87693
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Nov 07 08:28:15 2020 +0000

description:
Print the devmap we're using in the debug output

diffstat:

 sys/arch/evbarm/fdt/fdt_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a33be43b6f6f -r bf2178e87693 sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Sat Nov 07 00:07:02 2020 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Sat Nov 07 08:28:15 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.77 2020/10/20 23:03:30 jmcneill Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.78 2020/11/07 08:28:15 skrll Exp $ */
 
 /*-
  * Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.77 2020/10/20 23:03:30 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.78 2020/11/07 08:28:15 skrll Exp $");
 
 #include "opt_machdep.h"
 #include "opt_bootconfig.h"
@@ -569,7 +569,7 @@
         * l1pt VA is fine
         */
 
-       VPRINTF("devmap\n");
+       VPRINTF("devmap %p\n", plat->ap_devmap());
        extern char ARM_BOOTSTRAP_LxPT[];
        pmap_devmap_bootstrap((vaddr_t)ARM_BOOTSTRAP_LxPT, plat->ap_devmap());
 



Home | Main Index | Thread Index | Old Index