Fix the cpu the softclock thread(s) are created on. The softclock threads
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 4 Nov 2005 19:28:21 +0000 (19:28 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 4 Nov 2005 19:28:21 +0000 (19:28 +0000)
commitabb6f10adf8fa4e83ac3ce9dc84ad0034cc2bd00
treed92728b703e4354903f7974d15087354a3fe5b89
parent7710b6e47c3dc78f7312c392960e4e579d824b9f
Fix the cpu the softclock thread(s) are created on.  The softclock threads
for cpus > 0 were being created on the wrong cpu.
sys/kern/kern_timeout.c