From owner-cvs-all Fri Jan 19 18:31:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62A0137B402; Fri, 19 Jan 2001 18:31:01 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0K2V1S11212; Fri, 19 Jan 2001 18:31:01 -0800 (PST) (envelope-from jake) Message-Id: <200101200231.f0K2V1S11212@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 19 Jan 2001 18:31:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 exception.s src/sys/i386/include asnames.h src/sys/i386/isa npx.c src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/19 18:31:01 PST Modified files: sys/i386/i386 exception.s sys/i386/include asnames.h sys/i386/isa npx.c sys/kern kern_mutex.c Log: - Make npx_intr INTR_MPSAFE and move acquiring Giant into the function itself. - Remove a hack to allow acquiring Giant from the npx asm trap vector. Revision Changes Path 1.77 +1 -3 src/sys/i386/i386/exception.s 1.54 +1 -3 src/sys/i386/include/asnames.h 1.89 +6 -2 src/sys/i386/isa/npx.c 1.33 +1 -21 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message