Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/cortex Remove comment that the peripherals cloc...
details: https://anonhg.NetBSD.org/src/rev/72bb00aee1ed
branches: trunk
changeset: 994003:72bb00aee1ed
user: aymeric <aymeric%NetBSD.org@localhost>
date: Sun Oct 14 19:01:00 2018 +0000
description:
Remove comment that the peripherals clock should be half of the cpu clock.
NFC
diffstat:
sys/arch/arm/cortex/a9tmr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ee37f7a4a363 -r 72bb00aee1ed sys/arch/arm/cortex/a9tmr.c
--- a/sys/arch/arm/cortex/a9tmr.c Sun Oct 14 18:58:44 2018 +0000
+++ b/sys/arch/arm/cortex/a9tmr.c Sun Oct 14 19:01:00 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: a9tmr.c,v 1.16 2018/06/20 05:01:39 hkenken Exp $ */
+/* $NetBSD: a9tmr.c,v 1.17 2018/10/14 19:01:00 aymeric Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: a9tmr.c,v 1.16 2018/06/20 05:01:39 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: a9tmr.c,v 1.17 2018/10/14 19:01:00 aymeric Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -121,7 +121,7 @@
const char *cpu_type;
/*
- * This runs at the ARM PERIPHCLOCK which should be 1/2 of the CPU clock.
+ * This runs at the ARM PERIPHCLOCK.
* The MD code should have setup our frequency for us.
*/
if (!prop_dictionary_get_uint32(dict, "frequency", &sc->sc_freq)) {
Home |
Main Index |
Thread Index |
Old Index