summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-19 00:15:27 +0000
committerpeter <peter@FreeBSD.org>1999-08-19 00:15:27 +0000
commit9ad9e224d9423166f3b65cda26d8ea8786f3ae93 (patch)
tree2a3c4c02ed4e89af1167568a6bb00b5caed40c0c /sys/vm
parenteac345f15d0d3331d55b145309860910ca6db67d (diff)
downloadFreeBSD-src-9ad9e224d9423166f3b65cda26d8ea8786f3ae93.zip
FreeBSD-src-9ad9e224d9423166f3b65cda26d8ea8786f3ae93.tar.gz
Update for run queue code.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 2577686..a83d029 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,7 +59,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.86 1999/06/19 18:42:49 alc Exp $
+ * $Id: vm_glue.c,v 1.87 1999/07/21 18:02:26 alc Exp $
*/
#include "opt_rlimit.h"
@@ -515,7 +515,7 @@ swapout(p)
p->p_flag &= ~P_INMEM;
p->p_flag |= P_SWAPPING;
if (p->p_stat == SRUN)
- remrq(p);
+ remrunqueue(p);
(void) spl0();
pmap_swapout_proc(p);
OpenPOWER on IntegriCloud