Mainly changes to support the new swapper. The big adjustment is that

swap blocks are now in PAGE_SIZE'd increments instead of DEV_BSIZE'd
    increments.  We still convert to DEV_BSIZE'd increments for the
    backing store I/O, but everything else is in PAGE_SIZE increments.
This commit is contained in:
Matthew Dillon 1999-01-21 10:17:12 +00:00
parent aa91dfc69b
commit 04d986a5fc

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_swap.c 8.5 (Berkeley) 2/17/94
* $Id: vm_swap.c,v 1.57 1998/10/25 19:24:04 bde Exp $
* $Id: vm_swap.c,v 1.58 1999/01/21 08:29:12 dillon Exp $
*/
#include "opt_devfs.h"