Module Name: src
Committed By: skrll
Date: Wed May 13 11:21:38 UTC 2015
Modified Files:
src/sys/arch/evbarm/tegra: tegra_start.S
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/arch/evbarm/tegra/tegra_start.S:1.6
--- src/sys/arch/evbarm/tegra/tegra_start.S:1.5 Wed May 13 11:21:04 2015
+++ src/sys/arch/evbarm/tegra/tegra_start.S Wed May 13 11:21:38 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_start.S,v 1.5 2015/05/13 11:21:04 skrll Exp $ */
+/* $NetBSD: tegra_start.S,v 1.6 2015/05/13 11:21:38 skrll Exp $ */
/*-
* Copyright (c) 2014, 2015 The NetBSD Foundation, Inc.
@@ -41,9 +41,9 @@
#include "assym.h"
#include <arm/nvidia/tegra_reg.h>
-#include <evbarm/tegra/platform.h>
+#include <evbarm/tegra/platform.h>
-RCSID("$NetBSD: tegra_start.S,v 1.5 2015/05/13 11:21:04 skrll Exp $")
+RCSID("$NetBSD: tegra_start.S,v 1.6 2015/05/13 11:21:38 skrll Exp $")
#if defined(VERBOSE_INIT_ARM)
#define XPUTC(n) mov r0, n; bl xputc