From owner-cvs-all Fri Mar 13 19:05:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12880 for cvs-all-outgoing; Fri, 13 Mar 1998 19:05:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12821; Fri, 13 Mar 1998 19:04:55 -0800 (PST) (envelope-from tegge@FreeBSD.org) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA01613; Fri, 13 Mar 1998 19:02:17 -0800 (PST) Date: Fri, 13 Mar 1998 19:02:17 -0800 (PST) Message-Id: <199803140302.TAA01613@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tegge 1998/03/13 19:02:17 PST Modified files: sys/i386/i386 vm_machdep.c Log: Don't use the standard macros for disabling/enabling interrupt. On SMP systems, this left the mpintr_lock simplelock locked, causing further calls to disable_intr to deadlock or panic. Revision Changes Path 1.103 +3 -3 src/sys/i386/i386/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message