- Fix a mis-merge that crept in during the softclock changes.
Spotted by: jhb
This commit is contained in:
parent
77cd5850c8
commit
e4b1aa6210
@ -914,8 +914,6 @@ swi_add(struct intr_event **eventp, const char *name, driver_intr_t handler,
|
||||
if (eventp != NULL)
|
||||
*eventp = ie;
|
||||
}
|
||||
return (intr_event_add_handler(ie, name, NULL, handler, arg,
|
||||
(pri * RQ_PPQ) + PI_SOFT, flags, cookiep));
|
||||
error = intr_event_add_handler(ie, name, NULL, handler, arg,
|
||||
(pri * RQ_PPQ) + PI_SOFT, flags, cookiep);
|
||||
if (error)
|
||||
|
Loading…
x
Reference in New Issue
Block a user