Date: Wed, 27 Jun 2001 21:03:29 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include profile.h Message-ID: <200106280403.f5S43Un29352@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/06/27 21:03:29 PDT Modified files: sys/i386/i386 mp_machdep.c sys/i386/include profile.h Log: Get kernel profiling on SMP systems closer to working by replacing the mcount spin mutex with a very simple non-recursive spinlock implemented using atomic operations. Revision Changes Path 1.159 +2 -8 src/sys/i386/i386/mp_machdep.c 1.23 +6 -5 src/sys/i386/include/profile.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106280403.f5S43Un29352>