Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/tegra One comment is enough for anybody



details:   https://anonhg.NetBSD.org/src/rev/33c1e3bc4564
branches:  trunk
changeset: 808320:33c1e3bc4564
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed May 13 11:21:04 2015 +0000

description:
One comment is enough for anybody

diffstat:

 sys/arch/evbarm/tegra/tegra_start.S |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r e8d1a503d23c -r 33c1e3bc4564 sys/arch/evbarm/tegra/tegra_start.S
--- a/sys/arch/evbarm/tegra/tegra_start.S       Wed May 13 11:07:28 2015 +0000
+++ b/sys/arch/evbarm/tegra/tegra_start.S       Wed May 13 11:21:04 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_start.S,v 1.4 2015/05/12 10:37:20 jmcneill Exp $ */
+/* $NetBSD: tegra_start.S,v 1.5 2015/05/13 11:21:04 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014, 2015 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 #include <arm/nvidia/tegra_reg.h>
 #include <evbarm/tegra/platform.h>  
 
-RCSID("$NetBSD: tegra_start.S,v 1.4 2015/05/12 10:37:20 jmcneill Exp $")
+RCSID("$NetBSD: tegra_start.S,v 1.5 2015/05/13 11:21:04 skrll Exp $")
 
 #if defined(VERBOSE_INIT_ARM)
 #define        XPUTC(n)        mov r0, n; bl xputc
@@ -117,10 +117,6 @@
        bne     2b
 1:
 
-        /*
-         * Turn on the SMP bit
-         */
-
        /*
         * Turn on the SMP bit
         */



Home | Main Index | Thread Index | Old Index