2010/6/24 John Baldwin :
> Author: jhb
> Date: Thu Jun 24 12:08:50 2010
> New Revision: 209503
> URL: http://svn.freebsd.org/changeset/base/209503
>
> Log:
> MFC 208391:
> Assert that the thread passed to sched_bind() and sched_unbind() is
> curthread as those routines are only supported for cur
Author: jhb
Date: Thu Jun 24 12:08:50 2010
New Revision: 209503
URL: http://svn.freebsd.org/changeset/base/209503
Log:
MFC 208391:
Assert that the thread passed to sched_bind() and sched_unbind() is
curthread as those routines are only supported for curthread currently.
Modified:
stable/8