Date: Wed, 26 Feb 2003 11:21:57 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/rc rc.c Message-ID: <200302261921.h1QJLveA003391@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/02/26 11:21:57 PST Modified files: sys/dev/rc rc.c Log: Move an optimization check so that it breaks out of the correct loop. Basically, as soon as we have run out of events to handle in the swi, we stop looping through all the channels in a for loop. Revision Changes Path 1.76 +3 -4 src/sys/dev/rc/rc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302261921.h1QJLveA003391>