Module Name: src
Committed By: jmcneill
Date: Mon Apr 27 00:33:46 UTC 2015
Modified Files:
src/sys/arch/evbarm/tegra: tegra_machdep.c
Log Message:
remove unnecessary debug print
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/tegra/tegra_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/tegra/tegra_machdep.c
diff -u src/sys/arch/evbarm/tegra/tegra_machdep.c:1.6 src/sys/arch/evbarm/tegra/tegra_machdep.c:1.7
--- src/sys/arch/evbarm/tegra/tegra_machdep.c:1.6 Sun Apr 26 22:04:28 2015
+++ src/sys/arch/evbarm/tegra/tegra_machdep.c Mon Apr 27 00:33:46 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_machdep.c,v 1.6 2015/04/26 22:04:28 jmcneill Exp $ */
+/* $NetBSD: tegra_machdep.c,v 1.7 2015/04/27 00:33:46 jmcneill Exp $ */
/*-
* Copyright (c) 2015 Jared D. McNeill <[email protected]>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_machdep.c,v 1.6 2015/04/26 22:04:28 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_machdep.c,v 1.7 2015/04/27 00:33:46 jmcneill Exp $");
#include "opt_tegra.h"
#include "opt_machdep.h"
@@ -222,10 +222,6 @@ initarm(void *arg)
psize_t ram_size = 0;
DPRINT("initarm:");
- DPRINT(" sctlr<0x");
- DPRINTN(armreg_sctlr_read(), 16);
- DPRINT(">");
-
DPRINT(" mpstart<0x");
DPRINTN((uint32_t)cortex_mpstart, 16);
DPRINT(">");