summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/dev/ipic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/socppc/dev/ipic.c')
-rw-r--r--sys/arch/socppc/dev/ipic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/dev/ipic.c b/sys/arch/socppc/dev/ipic.c
index 0327894dcd9..389fc44f007 100644
--- a/sys/arch/socppc/dev/ipic.c
+++ b/sys/arch/socppc/dev/ipic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipic.c,v 1.12 2010/03/03 21:52:13 kettenis Exp $ */
+/* $OpenBSD: ipic.c,v 1.13 2010/09/20 06:33:48 matthew Exp $ */
/*
* Copyright (c) 2008 Mark Kettenis
@@ -292,7 +292,7 @@ intr_establish(int ivec, int type, int level,
ih->ih_next = NULL;
ih->ih_level = level;
ih->ih_irq = ivec;
- evcount_attach(&ih->ih_count, name, NULL, &evcount_intr);
+ evcount_attach(&ih->ih_count, name, NULL);
*p = ih;
if (sc) {