From owner-freebsd-commit Mon Oct 16 13:44:49 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20414 for freebsd-commit-outgoing; Mon, 16 Oct 1995 13:44:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20339 for cvs-all-outgoing; Mon, 16 Oct 1995 13:43:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20328 for cvs-sys-outgoing; Mon, 16 Oct 1995 13:43:20 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20317 ; Mon, 16 Oct 1995 13:43:08 -0700 Date: Mon, 16 Oct 1995 13:43:08 -0700 From: David Greenman Message-Id: <199510162043.NAA20317@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/16 13:43:07 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_glue.c Log: Brought in changes from rev 1.28: remove unnecessary tsleep that could result in processes not being swapped in when they were supposed to be.