Stop referring to dead-since-30-years gatherstats() in comments.
authormiod <miod@openbsd.org>
Sun, 31 Mar 2024 07:23:29 +0000 (07:23 +0000)
committermiod <miod@openbsd.org>
Sun, 31 Mar 2024 07:23:29 +0000 (07:23 +0000)
sys/arch/alpha/include/cpu.h
sys/arch/m88k/include/cpu.h
sys/arch/sh/include/cpu.h

index 2d182a8..62748d3 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.72 2024/02/25 19:15:50 cheloha Exp $ */
+/* $OpenBSD: cpu.h,v 1.73 2024/03/31 07:23:29 miod Exp $ */
 /* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */
 
 /*-
@@ -300,7 +300,7 @@ cpu_rnd_messybits(void)
 }
 
 /*
- * Arguments to hardclock and gatherstats encapsulate the previous
+ * Arguments to clockintr_dispatch encapsulate the previous
  * machine state in an opaque clockframe.  On the Alpha, we use
  * what we push on an interrupt (a trapframe).
  */
index e25e9f1..2f82380 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cpu.h,v 1.76 2024/02/25 19:15:50 cheloha Exp $ */
+/*     $OpenBSD: cpu.h,v 1.77 2024/03/31 07:23:29 miod Exp $ */
 /*
  * Copyright (c) 1996 Nivas Madhur
  * Copyright (c) 1992, 1993
@@ -253,7 +253,7 @@ unsigned int cpu_rnd_messybits(void);
 #endif
 
 /*
- * Arguments to hardclock and gatherstats encapsulate the previous
+ * Arguments to clockintr_dispatch encapsulate the previous
  * machine state in an opaque clockframe. CLKF_INTR is only valid
  * if the process is in kernel mode. Clockframe is really trapframe,
  * so pointer to clockframe can be safely cast into a pointer to
index 8012297..eeae150 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cpu.h,v 1.37 2024/02/25 19:15:50 cheloha Exp $        */
+/*     $OpenBSD: cpu.h,v 1.38 2024/03/31 07:23:29 miod Exp $   */
 /*     $NetBSD: cpu.h,v 1.41 2006/01/21 04:24:12 uwe Exp $     */
 
 /*-
@@ -94,7 +94,7 @@ extern struct cpu_info cpu_info_store;
 
 
 /*
- * Arguments to hardclock and gatherstats encapsulate the previous
+ * Arguments to clockintr_dispatch encapsulate the previous
  * machine state in an opaque clockframe.
  */
 struct clockframe {