Date: Mon, 23 Aug 2004 15:55:04 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES Message-ID: <200408231555.i7NFt49X083343@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408231555.i7NFt49X083343>