From owner-cvs-src@FreeBSD.ORG Mon Aug 23 15:55:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00DC916A4CE; Mon, 23 Aug 2004 15:55:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E0C243D68; Mon, 23 Aug 2004 15:55:04 +0000 (GMT) (envelope-from sobomax@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 i7NFt4Id083344; Mon, 23 Aug 2004 15:55:04 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7NFt49X083343; Mon, 23 Aug 2004 15:55:04 GMT (envelope-from sobomax) Message-Id: <200408231555.i7NFt49X083343@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 23 Aug 2004 15:55:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 23 Aug 2004 15:55:19 -0000 sobomax 2004-08-23 15:55:04 UTC FreeBSD src repository Modified files: sys/i386/conf NOTES Log: My recent measurement shows that CPU_DISABLE_CMPXCHG is no longer necessary with VmWare 4.x. At least with VmWare version 4.5.2, i386 version of atomic_cmpset_int() is about 30 times slower than non-i386 version. It makes this delta a good 5.3 MFC candidate, since otherwise it will mislead users who run FreeBSD under modern VmWare otherwise. Revision Changes Path 1.1170 +5 -3 src/sys/i386/conf/NOTES