]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Mainly changes to support the new swapper. The big adjustment is that
authorMatthew Dillon <dillon@FreeBSD.org>
Thu, 21 Jan 1999 10:17:12 +0000 (10:17 +0000)
committerMatthew Dillon <dillon@FreeBSD.org>
Thu, 21 Jan 1999 10:17:12 +0000 (10:17 +0000)
commit04d986a5fc4c3ba274971c47ed2a89e4751a29ca
treed14f8b8b2cdf0c4d55ca7a211dc5938a4b7b3f85
parentaa91dfc69b0ce219094616b306a80a58cbb061ef
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.
sys/vm/vm_swap.c