cvs commit: src/share/man/man9 Makefile critical_enter.9
John Baldwin
jhb at FreeBSD.org
Wed Oct 5 12:48:22 PDT 2005
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
More information about the cvs-src
mailing list