From owner-cvs-src Wed Feb 26 11:21:59 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2FC37B401; Wed, 26 Feb 2003 11:21:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2BB43F3F; Wed, 26 Feb 2003 11:21:57 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1QJLv0U003392; Wed, 26 Feb 2003 11:21:57 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1QJLveA003391; Wed, 26 Feb 2003 11:21:57 -0800 (PST) Message-Id: <200302261921.h1QJLveA003391@repoman.freebsd.org> From: John Baldwin Date: Wed, 26 Feb 2003 11:21:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/rc rc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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