summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/dev/apic.c')
-rw-r--r--sys/arch/hppa/dev/apic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/apic.c b/sys/arch/hppa/dev/apic.c
index e419cf0df0a..59e3c4710ac 100644
--- a/sys/arch/hppa/dev/apic.c
+++ b/sys/arch/hppa/dev/apic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apic.c,v 1.11 2010/08/07 03:50:01 krw Exp $ */
+/* $OpenBSD: apic.c,v 1.12 2010/09/20 06:33:47 matthew Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -188,7 +188,7 @@ apic_intr_establish(void *v, pci_intr_handle_t ih,
return (NULL);
}
- evcount_attach(cnt, name, NULL, &evcount_intr);
+ evcount_attach(cnt, name, NULL);
biv = apic_intr_list[irq];
while (biv->next)
biv = biv->next;