Re: svn commit: r209503 - stable/8/sys/kern

2010-06-24 Thread Attilio Rao
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

svn commit: r209503 - stable/8/sys/kern

2010-06-24 Thread 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 curthread currently. Modified: stable/8