summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-03-18 13:31:45 +0000
committerjhb <jhb@FreeBSD.org>2008-03-18 13:31:45 +0000
commitee328ab541705b4aef27cbbba883141a66c39638 (patch)
tree6eda1ecd6b283b95e2dbd180530c14fac89df2b4 /sys/sun4v
parent8a5c25a52b4bfaf0b0e5f91da4cf5985d5ed4a0c (diff)
downloadFreeBSD-src-ee328ab541705b4aef27cbbba883141a66c39638.zip
FreeBSD-src-ee328ab541705b4aef27cbbba883141a66c39638.tar.gz
Catch up to intr_event_create() prototype change.
Pointy hat: jhb
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/intr_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/sun4v/intr_machdep.c b/sys/sun4v/sun4v/intr_machdep.c
index 80e9d90..cdc933e 100644
--- a/sys/sun4v/sun4v/intr_machdep.c
+++ b/sys/sun4v/sun4v/intr_machdep.c
@@ -359,7 +359,7 @@ inthand_add(const char *name, int vec, driver_filter_t *filt,
mtx_unlock_spin(&intr_table_lock);
if (ie == NULL) {
errcode = intr_event_create(&ie, (void *)(intptr_t)vec, 0, NULL,
- NULL, "vec%d:", vec);
+ NULL, NULL, NULL, "vec%d:", vec);
if (errcode)
return (errcode);
mtx_lock_spin(&intr_table_lock);
OpenPOWER on IntegriCloud