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 ARM ARM refers to this as "ARM Generic T...



details:   https://anonhg.NetBSD.org/src/rev/7bb7375243cb
branches:  trunk
changeset: 320301:7bb7375243cb
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jun 30 17:30:37 2018 +0000

description:
ARM ARM refers to this as "ARM Generic Timer", so adjust printf at attach
to match.

diffstat:

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

diffs (27 lines):

diff -r 98c2aa7398c1 -r 7bb7375243cb sys/arch/arm/cortex/gtmr.c
--- a/sys/arch/arm/cortex/gtmr.c        Sat Jun 30 17:28:09 2018 +0000
+++ b/sys/arch/arm/cortex/gtmr.c        Sat Jun 30 17:30:37 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gtmr.c,v 1.31 2018/06/24 19:04:30 ryo Exp $    */
+/*     $NetBSD: gtmr.c,v 1.32 2018/06/30 17:30:37 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.31 2018/06/24 19:04:30 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gtmr.c,v 1.32 2018/06/30 17:30:37 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -152,7 +152,7 @@
        humanize_number(freqbuf, sizeof(freqbuf), sc->sc_freq, "Hz", 1000);
 
        aprint_naive("\n");
-       aprint_normal(": ARMv7 Generic 64-bit Timer (%s)\n", freqbuf);
+       aprint_normal(": ARM Generic Timer (%s)\n", freqbuf);
 
        /*
         * Enable the virtual counter to be accessed from usermode.



Home | Main Index | Thread Index | Old Index