- Remove kick_proc0().
- Make the return type of sleepq_broadcast(), sleepq_signal(), etc., void.
- Fix up callers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/kern/kern_lock.c | ||
---|---|---|
1096–1097 | if (!SCHEDULER_STOPPED()) wakeupshlk(); lockmgr_exit(); return (0); |