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/b48a4014ce6a
branches: trunk
changeset: 1016000:b48a4014ce6a
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 617e6d3a5f50 -r b48a4014ce6a 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