Module Name: src
Committed By: skrll
Date: Wed May 13 11:21:04 UTC 2015
Modified Files:
src/sys/arch/evbarm/tegra: tegra_start.S
Log Message:
One comment is enough for anybody
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/tegra/tegra_start.S
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_start.S
diff -u src/sys/arch/evbarm/tegra/tegra_start.S:1.4 src/sys/arch/evbarm/tegra/tegra_start.S:1.5
--- src/sys/arch/evbarm/tegra/tegra_start.S:1.4 Tue May 12 10:37:20 2015
+++ src/sys/arch/evbarm/tegra/tegra_start.S Wed May 13 11:21:04 2015
@@ -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 @@ _C_LABEL(tegra_start):
bne 2b
1:
- /*
- * Turn on the SMP bit
- */
-
/*
* Turn on the SMP bit
*/