Date: Fri, 17 Nov 2000 16:21:01 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c Message-ID: <200011180021.QAA61821@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/11/17 16:21:01 PST Modified files: sys/kern kern_timeout.c Log: Release sched_lock very briefly to give interrupts a chance to fire if we are in softclock() for a long time. The old code already did an splx()/slphigh() pair here, I just missed adding in the equivalent mutex operations on sched_lock earlier. Revision Changes Path 1.62 +3 -1 src/sys/kern/kern_timeout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011180021.QAA61821>