Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/odroid Improve a comment
details: https://anonhg.NetBSD.org/src/rev/fae1b68f0e0f
branches: trunk
changeset: 341881:fae1b68f0e0f
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Nov 27 09:43:18 2015 +0000
description:
Improve a comment
diffstat:
sys/arch/evbarm/odroid/odroid_start.S | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r ab72d8fdd26e -r fae1b68f0e0f sys/arch/evbarm/odroid/odroid_start.S
--- a/sys/arch/evbarm/odroid/odroid_start.S Fri Nov 27 09:34:36 2015 +0000
+++ b/sys/arch/evbarm/odroid/odroid_start.S Fri Nov 27 09:43:18 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: odroid_start.S,v 1.15 2015/11/27 08:48:24 skrll Exp $ */
+/* $NetBSD: odroid_start.S,v 1.16 2015/11/27 09:43:18 skrll Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
#include <evbarm/odroid/platform.h>
-RCSID("$NetBSD: odroid_start.S,v 1.15 2015/11/27 08:48:24 skrll Exp $")
+RCSID("$NetBSD: odroid_start.S,v 1.16 2015/11/27 09:43:18 skrll Exp $")
#if defined(VERBOSE_INIT_ARM)
@@ -92,8 +92,8 @@
cpsid if, #PSR_SVC32_MODE
/*
- * Save any arguments passed to us. But since .start is not at
- * 0x80000000 * but .text is, we can't directly use the address that
+ * Save any arguments passed to us. If .start is not at
+ * 0x80000000 but .text is, we can't directly use the address that
* the linker gave us directly. Convert the virtual address to the
* physical address by using KERNEL_BASE_VOFFSET.
*/
Home |
Main Index |
Thread Index |
Old Index