Augment the LWKT thread creation APIs to allow a cpu to be specified. This
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 3 Nov 2003 02:08:38 +0000 (02:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 3 Nov 2003 02:08:38 +0000 (02:08 +0000)
commit75cdbe6ce6ae8a1d22d73020d119d8516a21da72
tree2a30dde803ff5921f2a38746a168ad583b0a336c
parent365fa13ff669c0e8b99c26c7ae6c36cfbb7bb7fd
Augment the LWKT thread creation APIs to allow a cpu to be specified.  This
will be used by upcoming netisr and interrupt thread work to create protocol
and interrupt threads on specified cpus rather then cpu #0.
sys/i386/include/smp.h
sys/kern/kern_intr.c
sys/kern/kern_switch.c
sys/kern/lwkt_thread.c
sys/platform/pc32/include/smp.h
sys/sys/thread.h
sys/vm/vm_glue.c