summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-01-21 10:17:12 +0000
committerdillon <dillon@FreeBSD.org>1999-01-21 10:17:12 +0000
commitbe14f0e4267b1142ac881bace533ed0b3c1a9d8c (patch)
treeb5bf00048f6972b474feedfef9a23d28d61524d1 /sys
parent67eada315f991221583cadbfdb45da0e4382fb01 (diff)
downloadFreeBSD-src-be14f0e4267b1142ac881bace533ed0b3c1a9d8c.zip
FreeBSD-src-be14f0e4267b1142ac881bace533ed0b3c1a9d8c.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c
index f973631..3dfd4fc 100644
--- a/sys/vm/vm_swap.c
+++ b/sys/vm/vm_swap.c
@@ -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"
OpenPOWER on IntegriCloud