Date: Wed, 5 Oct 2005 19:48:21 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile critical_enter.9 Message-ID: <200510051948.j95JmL2M065070@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-10-05 19:48:21 UTC FreeBSD src repository Modified files: share/man/man9 Makefile critical_enter.9 Log: Update this manpage: - Remove references to cpu_critical_*() as they no longer exist. - Explain that any preemptions that occur during a critical section are deferred until the current thread exits the section. - Remove a bogus example usage of a critical section. - Note that one can interlock critical sections with spin mutexes in certain situations. MFC after: 3 days Revision Changes Path 1.265 +1 -3 src/share/man/man9/Makefile 1.8 +8 -46 src/share/man/man9/critical_enter.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510051948.j95JmL2M065070>