cvs commit: src/sys/kern kern_mutex.c

Bruce Evans brde at optusnet.com.au
Tue Jun 5 14:48:13 UTC 2007


On Tue, 5 Jun 2007, Konstantin Belousov wrote:

> kib         2007-06-05 14:20:13 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/kern             kern_mutex.c
>  Log:
>  Restore non-SMP build.

Does it run?  _thread_lock_flags() is an almost identical copy of
_mtx_lock_spin_flags(), but _mtx_lock_spin_flags() is only for SMP.

Bruce


More information about the cvs-all mailing list