-/* $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 $ */
/*-
}
/*
- * 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).
*/
-/* $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
#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
-/* $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 $ */
/*-
/*
- * Arguments to hardclock and gatherstats encapsulate the previous
+ * Arguments to clockintr_dispatch encapsulate the previous
* machine state in an opaque clockframe.
*/
struct clockframe {