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:
parent
bbbedd2543
commit
262d759361
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user