From owner-cvs-all@FreeBSD.ORG Thu May 19 01:08:32 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9940716A4CE; Thu, 19 May 2005 01:08:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B8EB43DA7; Thu, 19 May 2005 01:08:32 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4J18VCv084296; Thu, 19 May 2005 01:08:31 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4J18U8j084295; Thu, 19 May 2005 01:08:30 GMT (envelope-from ups) Message-Id: <200505190108.j4J18U8j084295@repoman.freebsd.org> From: Stephan Uphoff Date: Thu, 19 May 2005 01:08:30 +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/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 01:08:32 -0000 ups 2005-05-19 01:08:30 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Fix a bug that caused preemption to happen for a thread in the same ksegrp with the same priority as the currently running thread. This can cause propagate_priority() to panic. Pointy hat to: ups Revision Changes Path 1.112 +2 -2 src/sys/kern/kern_switch.c