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 Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/c555a709dead
branches:  trunk
changeset: 950168:c555a709dead
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Jan 18 23:43:34 2021 +0000

description:
Fix a comment

diffstat:

 sys/arch/arm/cortex/gtmr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 352bdbd647c5 -r c555a709dead sys/arch/arm/cortex/gtmr.c
--- a/sys/arch/arm/cortex/gtmr.c        Mon Jan 18 23:14:22 2021 +0000
+++ b/sys/arch/arm/cortex/gtmr.c        Mon Jan 18 23:43:34 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gtmr.c,v 1.42 2020/10/30 18:54:36 skrll Exp $  */
+/*     $NetBSD: gtmr.c,v 1.43 2021/01/18 23:43:34 jmcneill Exp $       */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gtmr.c,v 1.42 2020/10/30 18:54:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gtmr.c,v 1.43 2021/01/18 23:43:34 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -178,7 +178,7 @@
                /*
                 * The Allwinner A64 SoC has an unstable architectural timer.
                 * To workaround this problem, ignore reads where the lower
-                * 11 bits are all 0s or 1s.
+                * 10 bits are all 0s or 1s.
                 */
                uint64_t val;
                u_int bits;



Home | Main Index | Thread Index | Old Index