Remove GIANT_REQUIRED from swapout_procs().

This commit is contained in:
alc 2005-05-22 00:30:50 +00:00
parent 93a2490ba7
commit 3b49968234

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) {