From owner-cvs-all@FreeBSD.ORG Fri May 28 10:51:06 2004 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 C585916A4CE; Fri, 28 May 2004 10:51:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A349943D49; Fri, 28 May 2004 10:51:06 -0700 (PDT) (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 i4SHo7BU014017; Fri, 28 May 2004 10:50:07 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4SHo7TC014016; Fri, 28 May 2004 10:50:07 -0700 (PDT) (envelope-from jhb) Message-Id: <200405281750.i4SHo7TC014016@repoman.freebsd.org> From: John Baldwin Date: Fri, 28 May 2004 10:50:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 intr_machdep.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: Fri, 28 May 2004 17:51:06 -0000 jhb 2004/05/28 10:50:07 PDT FreeBSD src repository Modified files: sys/i386/i386 intr_machdep.c Log: Reenable ithread preemption for interrupts that occur while executing in the kernel. I accidentally broke this with the new interrupt code that came in prior to 5.2. Submitted by: bde Revision Changes Path 1.6 +2 -2 src/sys/i386/i386/intr_machdep.c