Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/exynos XU4 debug cleanup



details:   https://anonhg.NetBSD.org/src/rev/cf651da11c13
branches:  trunk
changeset: 812542:cf651da11c13
user:      marty <marty%NetBSD.org@localhost>
date:      Sun Dec 20 05:25:01 2015 +0000

description:
XU4 debug cleanup

get rid of some unneeded debug chatter in machdep

diffstat:

 sys/arch/evbarm/exynos/exynos_machdep.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 38a01418e4dd -r cf651da11c13 sys/arch/evbarm/exynos/exynos_machdep.c
--- a/sys/arch/evbarm/exynos/exynos_machdep.c   Sun Dec 20 05:04:23 2015 +0000
+++ b/sys/arch/evbarm/exynos/exynos_machdep.c   Sun Dec 20 05:25:01 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exynos_machdep.c,v 1.5 2015/12/16 12:18:34 jmcneill Exp $ */
+/*     $NetBSD: exynos_machdep.c,v 1.6 2015/12/20 05:25:01 marty Exp $ */
 
 /*
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exynos_machdep.c,v 1.5 2015/12/16 12:18:34 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exynos_machdep.c,v 1.6 2015/12/20 05:25:01 marty Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_exynos.h"
@@ -330,21 +330,17 @@
                panic("Unknown product family %llx",
                   EXYNOS_PRODUCT_FAMILY(exynos_soc_id));
        }
-       DPRINT(" devmap");
        pmap_devmap_register(devmap);
 
        /* bootstrap soc. uart_address is determined in exynos_start */
        paddr_t uart_address = armreg_tpidruro_read();
-       DPRINT(" bootstrap");
        exynos_bootstrap(EXYNOS_CORE_VBASE, EXYNOS_IOPHYSTOVIRT(uart_address));
 
        /* set up CPU / MMU / TLB functions */
-       DPRINT(" cpufunc");
        if (set_cpufuncs())
                panic("cpu not recognized!");
 
        /* get normal console working */
-       DPRINT(" consinit");
        consinit();
 
 #ifdef KGDB



Home | Main Index | Thread Index | Old Index