summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/intr_machdep.h
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-02-11 13:18:31 +0000
committergrehan <grehan@FreeBSD.org>2004-02-11 13:18:31 +0000
commitcabb18f35e3d90d1c197cd119afff47008c62df3 (patch)
treeebe71d4d5315f4a9fbd7526ffa378e0970177dd2 /sys/powerpc/include/intr_machdep.h
parent76d728479b4a9ded9e6866b6e160cf00638f343d (diff)
downloadFreeBSD-src-cabb18f35e3d90d1c197cd119afff47008c62df3.zip
FreeBSD-src-cabb18f35e3d90d1c197cd119afff47008c62df3.tar.gz
Interrupt statistics, vmstat -i now works.
Submitted by: Suleiman Souhlal <refugee@segfaulted.com> Slightly modified by: grehan Derived from: i386
Diffstat (limited to 'sys/powerpc/include/intr_machdep.h')
-rw-r--r--sys/powerpc/include/intr_machdep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h
index d2d548e..38de274 100644
--- a/sys/powerpc/include/intr_machdep.h
+++ b/sys/powerpc/include/intr_machdep.h
@@ -38,6 +38,9 @@ struct intr_handler {
struct ithd *ih_ithd;
u_int ih_irq;
u_int ih_flags;
+ u_int ih_index;
+ u_long *ih_count;
+ u_long *ih_straycount;
};
void intr_init(void (*)(void), int, void (*)(uintptr_t), void (*)(uintptr_t));
OpenPOWER on IntegriCloud