CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/11 12:48:58
Modified files:
sys/dev : ipmi.c
Log message:
ipmi(4): ipmi_poll_thread(): remove sleep loop
This tsleep_nsec(9) call does not set PCATCH and there are no other
threads calling wakeup(9) so there is no need to spin until we get
EWOULDBLOCK. It always returns EWOULDBLOCK.
Idea from claudio@.
ok claudio@
