Module Name:    src
Committed By:   aymeric
Date:           Sun Oct 14 19:01:00 UTC 2018

Modified Files:
        src/sys/arch/arm/cortex: a9tmr.c

Log Message:
Remove comment that the peripherals clock should be half of the cpu clock.
NFC


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/cortex/a9tmr.c

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/arm/cortex/a9tmr.c
diff -u src/sys/arch/arm/cortex/a9tmr.c:1.16 src/sys/arch/arm/cortex/a9tmr.c:1.17
--- src/sys/arch/arm/cortex/a9tmr.c:1.16	Wed Jun 20 05:01:39 2018
+++ src/sys/arch/arm/cortex/a9tmr.c	Sun Oct 14 19:01:00 2018
@@ -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 @@ a9tmr_attach(device_t parent, device_t s
 	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)) {

Reply via email to