From: miod Date: Sun, 31 Mar 2024 07:23:29 +0000 (+0000) Subject: Stop referring to dead-since-30-years gatherstats() in comments. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d17bebc4831bf7e8a382e19afebc59d25a215290;p=openbsd Stop referring to dead-since-30-years gatherstats() in comments. --- diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index 2d182a869e2..62748d3346f 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -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). */ diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h index e25e9f12ea7..2f82380bf4a 100644 --- a/sys/arch/m88k/include/cpu.h +++ b/sys/arch/m88k/include/cpu.h @@ -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 diff --git a/sys/arch/sh/include/cpu.h b/sys/arch/sh/include/cpu.h index 80122977ad8..eeae150d812 100644 --- a/sys/arch/sh/include/cpu.h +++ b/sys/arch/sh/include/cpu.h @@ -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 {