Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 1999 02:17:14 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/vm vm_swap.c
Message-ID:  <199901211017.CAA24514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

dillon      1999/01/21 02:17:14 PST

  Modified files:
    sys/vm               vm_swap.c 
  Log:
      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.
  
  Revision  Changes    Path
  1.59      +1 -1      src/sys/vm/vm_swap.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901211017.CAA24514>