From owner-cvs-all Thu Nov 7 18:41:49 2002 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 B226737B412 for ; Thu, 7 Nov 2002 18:41:41 -0800 (PST) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DBD43E75 for ; Thu, 7 Nov 2002 18:41:40 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 3393 invoked from network); 8 Nov 2002 02:41:52 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 Nov 2002 02:41:52 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gA82fYn5058333; Thu, 7 Nov 2002 21:41:34 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <003c01c286c3$44e8d710$ef01a8c0@davidwnt> Date: Thu, 07 Nov 2002 21:41:35 -0500 (EST) From: John Baldwin To: David Xu Subject: Re: cvs commit: src/sys/i386/i386 vm86.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 08-Nov-2002 David Xu wrote: > > ----- Original Message ----- > From: "David Xu" > To: ; > Sent: Friday, November 08, 2002 9:09 AM > Subject: cvs commit: src/sys/i386/i386 vm86.c > > >> davidxu 2002/11/07 17:09:16 PST >> >> Modified files: >> sys/i386/i386 vm86.c >> Log: >> use critical_enter/exit to add a critical section around BIOS call, >> this unbreaks WITNESS. >> >> Pointed out by: jhb >> >> Revision Changes Path >> 1.50 +9 -5 src/sys/i386/i386/vm86.c > > I turned WITNESS all the time, but it hadn't reported any error message > when spin lock was used. Turn WITNESS_SKIPSPIN off if you are using spin locks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message