From owner-cvs-src@FreeBSD.ORG Mon Jun 28 16:21:52 2004 Return-Path: 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 07C9116A4CE; Mon, 28 Jun 2004 16:21:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFFBF43D31; Mon, 28 Jun 2004 16:21:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5SGLp9R054832; Mon, 28 Jun 2004 16:21:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGLpB9054831; Mon, 28 Jun 2004 16:21:51 GMT (envelope-from jhb) Message-Id: <200406281621.i5SGLpB9054831@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Jun 2004 16:21:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys interrupt.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 16:21:52 -0000 jhb 2004-06-28 16:21:51 UTC FreeBSD src repository Modified files: sys/sys interrupt.h Log: Adjust the priorities of software interrupts. Bump SWI_CLOCK up to 5 and bump all of the taskqueue swi's to 6. This gives callouts higher priority than taskqueue tasks and gives all taskqueue tasks the same priority. Discussed with: bde Revision Changes Path 1.27 +5 -6 src/sys/sys/interrupt.h