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/ca4e137b0681
branches: trunk
changeset: 338178:ca4e137b0681
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 2acbfa60a08b -r ca4e137b0681 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