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 Revert a VPRINTF to printf



details:   https://anonhg.NetBSD.org/src/rev/85c343ae10c9
branches:  trunk
changeset: 836459:85c343ae10c9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 18 17:34:10 2018 +0000

description:
Revert a VPRINTF to printf

diffstat:

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

diffs (27 lines):

diff -r 908719498bad -r 85c343ae10c9 sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Thu Oct 18 16:44:36 2018 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Thu Oct 18 17:34:10 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.44 2018/10/18 09:01:54 skrll Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.45 2018/10/18 17:34:10 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.44 2018/10/18 09:01:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.45 2018/10/18 17:34:10 skrll Exp $");
 
 #include "opt_machdep.h"
 #include "opt_bootconfig.h"
@@ -450,7 +450,7 @@
        evbarm_cpu_rootconf = fdt_cpu_rootconf;
 
        /* Talk to the user */
-       VPRINTF("\nNetBSD/evbarm (fdt) booting ...\n");
+       printf("NetBSD/evbarm (fdt) booting ...\n");
 
 #ifdef BOOT_ARGS
        char mi_bootargs[] = BOOT_ARGS;



Home | Main Index | Thread Index | Old Index