Date: Sat, 16 Oct 2004 06:38:22 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_switch.c kern_synch.c Message-ID: <200410160638.i9G6cMOl059629@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004-10-16 06:38:22 UTC
FreeBSD src repository
Modified files:
sys/sys proc.h
sys/kern kern_switch.c kern_synch.c
Log:
If a process needs to be swapped in, wakeup the swapper from within
critical_exit as the process is getting scheduled to run. This is subotimal
but for now avoid the LOR between the scheduler and the sleepq systems.
This is a 5.3 candidate.
Submitted by: davidxu
MFC After: 3 days
Revision Changes Path
1.102 +4 -0 src/sys/kern/kern_switch.c
1.264 +5 -5 src/sys/kern/kern_synch.c
1.410 +1 -1 src/sys/sys/proc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410160638.i9G6cMOl059629>
