K 10 svn:author V 6 rstone K 8 svn:date V 27 2011-04-26T20:34:30.628934Z K 7 svn:log V 367 If the 4BSD scheduler tries to schedule a thread that has been pinned or bound to an AP before SMP has started, the system will panic when we try to touch per-CPU state for that AP because that state has not been initialized yet. Fix this in the same way as ULE: place all threads in the global run queue before SMP has started. Reviewed by: jhb MFC after: 1 month END