From owner-cvs-src@FreeBSD.ORG Tue Feb 27 17:09:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5506016A404; Tue, 27 Feb 2007 17:09:21 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2762613C461; Tue, 27 Feb 2007 17:09:21 +0000 (UTC) (envelope-from piso@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1RH9LpR014764; Tue, 27 Feb 2007 17:09:21 GMT (envelope-from piso@repoman.freebsd.org) Received: (from piso@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1RH9LmS014763; Tue, 27 Feb 2007 17:09:21 GMT (envelope-from piso) Message-Id: <200702271709.l1RH9LmS014763@repoman.freebsd.org> From: Paolo Pisati Date: Tue, 27 Feb 2007 17:09:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 27 Feb 2007 17:09:21 -0000 piso 2007-02-27 17:09:20 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c Log: Do not execute filter only handlers in ithread_execute_handlers(): this fixes the panics when filter only and ithread only handlers where sharing the same irq . Revision Changes Path 1.141 +4 -0 src/sys/kern/kern_intr.c