aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-19 00:15:27 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-19 00:15:27 +0000
commit8928d4404aa0a3cdf3358dabed797c344adf4e9d (patch)
treeec4d7812625e0b8aed4ecd07f1d5bfc57769c670 /sys/vm
parent26d12af46c06fc2d8b85b08d787c4777db137b54 (diff)
Notes
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 25776863e3de..a83d029a5715 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);