Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/sparc64 update comment about which CPU uses...



details:   https://anonhg.NetBSD.org/src/rev/8197d38f738e
branches:  trunk
changeset: 789841:8197d38f738e
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Sep 10 16:03:48 2013 +0000

description:
update comment about which CPU uses what counter/timer

diffstat:

 sys/arch/sparc64/sparc64/clock.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 40d8fc665ec5 -r 8197d38f738e sys/arch/sparc64/sparc64/clock.c
--- a/sys/arch/sparc64/sparc64/clock.c  Tue Sep 10 12:54:14 2013 +0000
+++ b/sys/arch/sparc64/sparc64/clock.c  Tue Sep 10 16:03:48 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.111 2013/08/27 13:12:29 macallan Exp $ */
+/*     $NetBSD: clock.c,v 1.112 2013/09/10 16:03:48 macallan Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.111 2013/08/27 13:12:29 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.112 2013/09/10 16:03:48 macallan Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -108,7 +108,10 @@
  *  counter-timer       timer#0         timer#1         %tick
  *  counter-timer + SMP         timer#0/%tick   -               timer#1 or %tick
  *  no counter-timer    %tick           -               %tick
+ *  US-IIe              STICK           -               STICK
  *  US-IIIi             %stick          -               %stick
+ *
+ * US-IIe and US-IIIi could use %tick as statclock
  */
 
 /*



Home | Main Index | Thread Index | Old Index