Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/cubie Fix comment.
details: https://anonhg.NetBSD.org/src/rev/ccdeda6f6199
branches: trunk
changeset: 789767:ccdeda6f6199
user: matt <matt%NetBSD.org@localhost>
date: Sat Sep 07 03:34:20 2013 +0000
description:
Fix comment.
diffstat:
sys/arch/evbarm/cubie/cubie_machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 6a3735261c2b -r ccdeda6f6199 sys/arch/evbarm/cubie/cubie_machdep.c
--- a/sys/arch/evbarm/cubie/cubie_machdep.c Sat Sep 07 02:46:26 2013 +0000
+++ b/sys/arch/evbarm/cubie/cubie_machdep.c Sat Sep 07 03:34:20 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cubie_machdep.c,v 1.4 2013/09/07 00:31:10 matt Exp $ */
+/* $NetBSD: cubie_machdep.c,v 1.5 2013/09/07 03:34:20 matt Exp $ */
/*
* Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.4 2013/09/07 00:31:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.5 2013/09/07 03:34:20 matt Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@@ -506,8 +506,8 @@
#if defined(CPU_CORTEXA7) || defined(CPU_CORTEXA15)
if (device_is_a(self, "armgtmr")) {
/*
- * The frequency of the generic timer was figured out when
- * determined the cpu frequency.
+ * The frequency of the generic timer is the reference
+ * frequency.
*/
prop_dictionary_set_uint32(dict, "frequency", AWIN_REF_FREQ);
}
Home |
Main Index |
Thread Index |
Old Index