--- src/sys/sys/thread.h 2005/11/21 18:49:27 1.74 +++ src/sys/sys/thread.h 2005/11/22 08:41:05 1.75 @@ -355,7 +355,7 @@ extern struct vm_zone *thread_zone; * Applies both to the kernel and to liblwkt. */ extern struct thread *lwkt_alloc_thread(struct thread *template, int stksize, - int cpu); + int cpu, int flags); extern void lwkt_init_thread(struct thread *td, void *stack, int stksize, int flags, struct globaldata *gd); extern void lwkt_set_comm(thread_t td, const char *ctl, ...);