Remove GIANT_REQUIRED from swapout_procs().

This commit is contained in:
Alan Cox 2005-05-22 00:30:50 +00:00
parent fef0b157a8
commit 35cf2323f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146484

View File

@ -707,8 +707,6 @@ int action;
struct ksegrp *kg;
int didswap = 0;
GIANT_REQUIRED;
retry:
sx_slock(&allproc_lock);
FOREACH_PROC_IN_SYSTEM(p) {