Index: kern_switch.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_switch.c,v retrieving revision 1.122 diff -u -r1.122 kern_switch.c --- kern_switch.c 13 Jun 2006 13:12:56 -0000 1.122 +++ kern_switch.c 20 Sep 2006 12:21:12 -0000 @@ -484,13 +484,13 @@ #endif /* !SMP */ -int limitcount; void setrunqueue(struct thread *td, int flags) { struct ksegrp *kg; struct thread *td2; struct thread *tda; + int limitcount; CTR3(KTR_RUNQ, "setrunqueue: td:%p kg:%p pid:%d", td, td->td_ksegrp, td->td_proc->p_pid);