Catch up to intr_event_create() prototype change.
Pointy hat: jhb
This commit is contained in:
parent
8a5c25a52b
commit
ee328ab541
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user