Date: Sat, 22 Jun 2002 18:18:11 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 13295 for review Message-ID: <200206230118.g5N1IBi91562@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13295 Change 13295 by julian@julian_ref on 2002/06/22 18:17:51 don't set runq explicitly.. mi_switch will assume this under KSEs Affected files ... ... //depot/projects/kse/sys/kern/kern_shutdown.c#29 edit Differences ... ==== //depot/projects/kse/sys/kern/kern_shutdown.c#29 (text+ko) ==== @@ -281,7 +281,6 @@ DROP_GIANT(); for (subiter = 0; subiter < 50 * iter; subiter++) { mtx_lock_spin(&sched_lock); - setrunqueue(curthread); curthread->td_proc->p_stats->p_ru.ru_nvcsw++; mi_switch(); /* Allow interrupt threads to run */ mtx_unlock_spin(&sched_lock); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206230118.g5N1IBi91562>