Count clock interrupts.
authorrahnds <rahnds@openbsd.org>
Fri, 31 Mar 2000 04:14:18 +0000 (04:14 +0000)
committerrahnds <rahnds@openbsd.org>
Fri, 31 Mar 2000 04:14:18 +0000 (04:14 +0000)
sys/arch/powerpc/powerpc/clock.c

index 8ce5d57..a447e76 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: clock.c,v 1.6 2000/03/23 04:12:48 rahnds Exp $        */
+/*     $OpenBSD: clock.c,v 1.7 2000/03/31 04:14:18 rahnds Exp $        */
 /*     $NetBSD: clock.c,v 1.1 1996/09/30 16:34:40 ws Exp $     */
 
 /*
@@ -36,6 +36,7 @@
 #include <sys/kernel.h>
 
 #include <machine/pio.h>
+#include <machine/intr.h>
 
 #if 0
 #include <powerpc/pci/mpc106reg.h>
@@ -186,6 +187,8 @@ decr_intr(frame)
        if (!ticks_per_intr)
                return;
 
+       intrcnt[PPC_CLK_IRQ]++;
+
        /*
         * Based on the actual time delay since the last decrementer reload,
         * we arrange for earlier interrupt next time.