K 10 svn:author V 6 rstone K 8 svn:date V 27 2011-11-11T02:13:35.089708Z K 7 svn:log V 348 MFC 221081: 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. END