Restrict the sched_bind to cpu 0 to i386 and amd64 for now. I forgot that

alpha still doesn't use logical cpu id's.
This commit is contained in:
peter 2004-11-05 19:00:23 +00:00
parent bbbedd2543
commit 262d759361

View File

@ -247,7 +247,7 @@ boot(int howto)
{
static int first_buf_printf = 1;
#ifdef SMP
#if defined(SMP) && (defined(__i386__) || defined(__amd64__))
/* Do all shutdown processing on cpu0 */
mtx_lock_spin(&sched_lock);
sched_bind(curthread, 0);