From owner-cvs-sys Tue Oct 22 22:33:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA14470 for cvs-sys-outgoing; Tue, 22 Oct 1996 22:33:36 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA13905; Tue, 22 Oct 1996 22:31:58 -0700 (PDT) Date: Tue, 22 Oct 1996 22:31:58 -0700 (PDT) From: John Dyson Message-Id: <199610230531.WAA13905@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/10/22 22:31:57 Modified: sys/i386/i386 pmap.c Log: Account for the UPAGES in the same way as before moving the MD code from vm_glue into pmap.c. Now RSS should appear to be the same as before. Revision Changes Path 1.128 +5 -1 src/sys/i386/i386/pmap.c