jhb 2005-09-02 20:41:03 UTC
FreeBSD src repository
Modified files:
sys/sys sx.h
Log:
Add a SYSUNINIT() to SX_SYSINIT() to call sx_destroy() to destroy the sx
lock when a module is unloaded similar to the recent change made to
MTX_SYSINIT().
Suggested by: pjd
MFC after: 3 days
Revision Changes Path
1.22 +5 -3 src/sys/sys/sx.h