EVENTHANDLER_INVOKE() takes two arguments.
This commit is contained in:
parent
32d219825c
commit
5d391f75d6
@ -103,7 +103,7 @@ idle_proc(void *dummy)
|
||||
continue;
|
||||
|
||||
/* call out to any cpu-becoming-idle events */
|
||||
EVENTHANDLER_FAST_INVOKE(idle_event);
|
||||
EVENTHANDLER_FAST_INVOKE(idle_event, 0);
|
||||
}
|
||||
|
||||
mtx_enter(&sched_lock, MTX_SPIN);
|
||||
|
Loading…
Reference in New Issue
Block a user